react-joystick-component
react-joystick-component copied to clipboard
Tiny, multitouch, component driven joysticks in react
Hello! Sorry if I'm being inapropriet! I'm a newbie! I would like to ask, if it is possibly to have a continuous event? If I keep the stick in a...
I am using the joystick to control where a camera is looking. I also want the user to be able to control the camera with arrow keys. When the user...
**Describe the bug** Getting warnings when I `yarn start` joystick. It seems to be working just fine though. ``` Compiled with warnings. Failed to parse source map from '{path to...
**Is your feature request related to a problem? Please describe.** I tried to reduce stickSize, but soon found out stickSize isn't customizable but only dependent on baseSize. ``` const stickSize...
**Is your feature request related to a problem? Please describe.** On a real game controller, your thumb movements across the stick do not necessarily transfer to (x,y) updates: that is,...
**Describe the bug** Storybook implementation is now unruly, time to tidy up **Expected behavior** A file/folder per story
**Is your feature request related to a problem? Please describe.** There are some views where we might not want to show a joystick, but use one on-click. **Describe the solution...
**Is your feature request related to a problem? Please describe.** Currently there are no steps taken to enhance accessibility **Describe the solution you'd like** An investigation into how accessibility can...
Is it possible to change the direction texts to the cardinal directions? (so forward would be north, backward south etc) Also would it be difficult to add four more directions...