We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0bb582 commit 7012fb4Copy full SHA for 7012fb4
README.md
@@ -74,6 +74,6 @@ export interface IJoystickUpdateEvent {
74
x: number | null;
75
y: number | null;
76
direction: JoystickDirection | null;
77
- distance: number; // Percentile 0-100% of joystick
+ distance: number; // Percentile 0-100% of joystick
78
}
79
```
0 commit comments