SetRawMouseVisible
Description
Attempts to hide or show any mouse pointer used on this platform. Not guaranteed to work on all platforms. 
Definition
 SetRawMouseVisible( visible ) 
void agk::SetRawMouseVisible( int visible )
Parameters
- visible - 1 to make it visible, 0 to hide it.