winapi - Single-touch screen interfering with mouse main cursor -
i have touch screen handled mouse in windows. i'm trying figure out how can retrieve position of click in signle-touch screen without making main cursor moves. thread windows.
i can retrieve position of click in touchscreen using getrawinputdata , want capture event or block in order not mess main cursor.
any ?
when touch messages not handled translated standard mouse messages. handle touch messages , mouse cursor should not influenced.
Comments
Post a Comment