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
SDL-1.2 build: phone's touchscreen works fine, but unable to move cursor with external USB mouse (right and left button work fine in both cases).
SDL2 build: with touchscreen cursor misbehaves (chaotically moves), external USB mouse works fine (right and left button work fine in both cases).
Note: without relative mode enabled neither touchscreen nor external mouse works.
Device: Redmi 10C, Android 13
Could you tell me what should I do to make both phone's touchscreen and external USB mouse work?
The text was updated successfully, but these errors were encountered:
SDL2 will send one-finger touches as mouse events in case that gets phones to work with desktop apps without changes. If Bochs is looking for both touch events and mouse events (and not throwing away the mouse events that have a which field of SDL_TOUCH_MOUSEID), it might be getting confused between the two.
I tried to build Bochs (https://github.com/bochs-emu/Bochs) for Android with https://github.com/pelya/commandergenius and saw following results:
Note: without relative mode enabled neither touchscreen nor external mouse works.
Device: Redmi 10C, Android 13
Could you tell me what should I do to make both phone's touchscreen and external USB mouse work?
The text was updated successfully, but these errors were encountered: