Skip to content

Commit

Permalink
🐛 fix callback naming
Browse files Browse the repository at this point in the history
  • Loading branch information
elmarti committed May 25, 2023
1 parent fb841de commit 385d089
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Joystick.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export interface IJoystickProps {
pos?: {x: number, y: number};
}


enum InteractionEvents {
PointerDown = "pointerdown",
PointerMove = "pointermove",
Expand Down

0 comments on commit 385d089

Please sign in to comment.