Is there a way to hide the Wndows System Mouse? By fullscreen there is no problem, the Windows Mouse is behind the fullscreen game window. But if i use the game engine in a window, i can set mouse_mode to 0 and the Engine Mouse disappears but the Windows mouse not.
Last edited by Widi; 03/16/1109:09.
Re: hide Windows System mouse
[Re: Widi]
#364046 03/16/1105:1803/16/1105:18
I think that you want to use mouse_pointer. But I might be wrong.
Code:
mouse_pointer
This variable determines the cursor image of the windows mouse pointer when over the application window.
Range:
0: The mouse cursor is always switched off over the window.
1: The mouse cursor is switched off when mouse_mode is activated and a mouse_map is set, otherwise it's a hand (default).
2: Like 1, but the mouse cursor is the standard arrow.
3: Like 1, but the mouse cursor is a crosshair.
4: Like 1, but the mouse cursor is a hourglass.
5..30: Activate further mouse cursors that are available on the system A7.08 .
Type:
var