Re: Disable mouse and mouse events for touchscreen usage?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



> Hi,
>
> I would like to disable the mouse and its events since I am using a
> touchscreen.
>
> I can hide the cursor with a ShowCursor(FALSE), but if the mouse is
> attached, mouse movement does cause some of the rollover buttons to
> change state.
>
> Is there a way to trap the mouse events globally and eat them
> (WM_MOUSEMOVE)?
>
> Thanks,
> -Vin
>

Why not just hide the mouse pointer?

Simon


.



Relevant Pages