Hi in my sdl window I need to hide the mouse cursor

here's code:

PUBLIC SUB Main()
 WITH Screen
    .Width = 640
    .Height = 480
    .Framerate = 100
    .Show()
    .FullScreen = TRUE
    .Mouse = Mouse.Blank <<<<<< i have also tried mouse.cross and
mouse.custom but nothing happens.
  
   END WITH 

At 640 x 480 the mouse cursor is huge! and does not need to be on a keyboard
controlled game screen anyway.  The doc's had no entry yet for .mouse for
sdl and I searched the forums for mouse hide, cursor hide, sdl mouse, and
mouse visible, cursor visible, and custom cursor but to no avail.

JB SKaggs
-- 
View this message in context: 
http://www.nabble.com/In-sdl-window-how-do-you-hide-mouse--Cant-fnd-a-Doc-entry-for-sdl-mouse.-tp23120202p23120202.html
Sent from the gambas-user mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to