-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mouse does not detect where the radial is located. #2
Comments
ended up ignoring the mouse code and used my mapping from the controller code
my radial is hardcoded to 8 options and my radial is offset from default. This code probably won't work out of the box for you. |
Thank you. I don’t know why offset position doesn’t work. You can try scripting the And with the selection for the controller, you can somehow play around with the selection and |
It's working :) so good enough for me at the moment. happy to share code or answer questions if there is a V2. |
so I have two radial controls. one for each thumbstick
For mouse and keyboard the right one will be controlled by mouse and the left one by WASD.
My main issue is that the location that the control is and the location where the mouse is reacting to the control are pretty much on opposite sides of the screen.
non standard interactions would be that I access the selection property via
UpperBuild.Set("selection", state);
UpperBuild.Get("selection");
my settings are as follows.
video of the issue
https://youtu.be/odisjD-61VE
The text was updated successfully, but these errors were encountered: