Touch support on Windows? #3226
-
Hi! Given ebitengine now uses its own logic rather than of GLFW's on Windows (source), are touch events now supported for Windows? Asking as the documentation while says no, it still links to the GLFW ticket. |
Beta Was this translation helpful? Give feedback.
Answered by
hajimehoshi
Apr 18, 2025
Replies: 1 comment 2 replies
-
This is already filed. #417 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, our GLFW fork in Ebitengine is already independent from the original GLFW, so we don't have to wait for GLFW's touch implementation technically. However, implementing it our own way is much harder. This is a low priority task anyway.