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
Triage rationale: Input absent sau rezultate de randare greșite raportate; verificați regresia și scenariul activ.
This is an attributed tracking copy, not a locally reproduced or confirmed Graphix defect. Applicability, affected versions and ownership still require validation. No automatic synchronization or resolution is implied. Original descriptions and comments are preserved literally in Markdown code blocks to avoid notifying mentioned users or resolving SDL references against Graphix. Attachments, logs, patches and other linked resources remain at their original URLs; external resource contents and edit/event histories are not copied.
Graphix validation checklist
Read the current upstream issue and discussion.
Establish affected versions/platforms and whether Graphix is affected.
Reproduce the reported behavior and identify the invariant owner.
Implement an ownership-correct fix or document an upstream/external resolution.
Verify regression coverage and applicable platform/runtime gates.
Original description
I'm trying to use evdev device `Input device name: "ELAN1300:00 04F3:3059 Touchpad"` in a Linux console. Testing with SDL2 `testsprite2` application.
I added `SDL_SetHint(SDL_HINT_TOUCH_MOUSE_EVENTS, "1");` before the call to `SDLTest_CommonCreateState`.
It seems that `SDL_SendTouch` and `SDL_SendTouchMotion` are called from `SDL_EVDEV_Poll` but then the `SDL_SendMouseButton` and `SDL_SendMouseMotion` are not called because `window` is NULL.
Is there a way to use the touchpad in Linux console and have it report/mimic mouse buttons and movement just like in X11?
Tracking upstream SDL issue libsdl-org#6650
This is an attributed tracking copy, not a locally reproduced or confirmed Graphix defect. Applicability, affected versions and ownership still require validation. No automatic synchronization or resolution is implied. Original descriptions and comments are preserved literally in Markdown code blocks to avoid notifying mentioned users or resolving SDL references against Graphix. Attachments, logs, patches and other linked resources remain at their original URLs; external resource contents and edit/event histories are not copied.
Graphix validation checklist
Original description
Original discussion (chronological)
Original comment by slouken
Source: libsdl-org#6650 (comment)
Created: 2023-11-07T23:50:30.0000000Z; updated: 2023-11-07T23:50:30.0000000Z; association: COLLABORATOR
Original comment by slouken
Source: libsdl-org#6650 (comment)
Created: 2024-10-06T17:04:12.0000000Z; updated: 2024-10-06T17:04:12.0000000Z; association: COLLABORATOR