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
Moving the pen over the tablet (without pressing down) generates SDL_EVENT_MOUSE_MOTION events when in windowed. But setting the window to fullscreen, the events suddenly stop arriving.
If the pen is pressed down, SDL_EVENT_FINGER_MOTION events (with touch name = "pen") arrive as expected, in windowed and fullscreen.
The text was updated successfully, but these errors were encountered:
Moving the pen over the tablet (without pressing down) generates SDL_EVENT_MOUSE_MOTION events when in windowed. But setting the window to fullscreen, the events suddenly stop arriving.
If the pen is pressed down, SDL_EVENT_FINGER_MOTION events (with touch name = "pen") arrive as expected, in windowed and fullscreen.
The text was updated successfully, but these errors were encountered: