-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Handle WM_POINTER* events in favor of WM_TOUCH #975
Copy link
Copy link
Closed
Labels
B - bugDang, that shouldn't have happenedDang, that shouldn't have happenedDS - win32Affects the Win32/Windows backendAffects the Win32/Windows backendS - enhancementWouldn't this be the coolest?Wouldn't this be the coolest?
Description
As WM_TOUCH have some well document problems, I think it would be more appropriate to handle the WM_POINTERDOWN, WM_POINTERUPDATE and WM_POINTERUP event family whenever possible. Even though these events are only sent by Windows 8.1 or higher, they are more robust, easier to set up (no need to call Un-/RegisterTouchWindow) and less error prone.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
B - bugDang, that shouldn't have happenedDang, that shouldn't have happenedDS - win32Affects the Win32/Windows backendAffects the Win32/Windows backendS - enhancementWouldn't this be the coolest?Wouldn't this be the coolest?