Which should i use? I only use Windows 8.x, so I do not care about the fact that WM_POINTER is not backward compatible with Windows 7, etc. I also don't like gestures; raw touches only. The advantage of WM_POINTER is that it combines sensory and muscle input (but this is easy to work with WM_TOUCH, since mouse events can be checked using GetMessageExtraInfo ()). Ease of use is also not a problem; I already use WM_TOUCH, and I'm just wondering if I should switch to WM_POINTER. My main problem is latency and efficiency (game application). I canβt say if WM_POINTER is a wrapper on top of WM_TOUCH that has extra overhead. Any comments?
winapi touch multi-touch windows-messages wm-touch
Display name
source share