mouse pointer and touch screens

Hello,

How do I get the mouse pointer to not be displayed even when the user
presses the touch screen? I can display an hour glass by changing the
Ph_CURSOR_TYPE to Ph_CURSOR_LONG_WAIT when I’m tyring to block user input on
a touch screen application. I’d like to not show the mouse pointer when my
application is not blocked and even when the user presses the touch screen
(moving the cursor off the screen through PhMoveCursorAbs doesn’t prevent
the pointer from being shown when the user presses the touch screen).
Setting the cursor type to Ph_CURSOR_NONE or changing the cursor color to
transparent still results in the mouse pointer being displayed. Any help on
this would be appreciated.

Thanks,

Chris