You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I'm working on a small side project which involves a mobile-phone type device. It has a non-touch screen, a keyboard, and a joystick. I'd like to use the joystick to select different elements (i.e., not to move a pointer around), and use the keyboard for entering text in selected text boxes.
The readme says "Currently, only pointer input devices are supported" but I'm wondering if it would be feasible for me to hack something in. There don't seem to be many options for embedded guis in rust, so if not, I'd probably be rolling my own solution.
Thanks!
The text was updated successfully, but these errors were encountered:
Hello! I'm working on a small side project which involves a mobile-phone type device. It has a non-touch screen, a keyboard, and a joystick. I'd like to use the joystick to select different elements (i.e., not to move a pointer around), and use the keyboard for entering text in selected text boxes.
The readme says "Currently, only pointer input devices are supported" but I'm wondering if it would be feasible for me to hack something in. There don't seem to be many options for embedded guis in rust, so if not, I'd probably be rolling my own solution.
Thanks!
The text was updated successfully, but these errors were encountered: