Gamestudio Links
Zorro Links
Newest Posts
What are you working on?
by rayp. 10/15/25 20:44
Help!
by VoroneTZ. 10/14/25 05:04
Zorro 2.70
by jcl. 10/13/25 09:01
ZorroGPT
by TipmyPip. 10/12/25 13:58
Sam Foster Sound | Experienced Game Composer for Hire
by titanicpiano14. 10/11/25 18:45
Reality Check results on my strategy
by dBc. 10/11/25 06:15
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
2 registered members (TipmyPip, AndrewAMD), 6,732 guests, and 2 spiders.
Key: Admin, Global Mod, Mod
Newest Members
joenxxx, Jota, krishna, DrissB, James168
19170 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
[Solved] hide Windows System mouse #364043
03/16/11 04:17
03/16/11 04:17
Joined: Aug 2007
Posts: 1,922
Schweiz
Widi Offline OP
Serious User
Widi  Offline OP
Serious User

Joined: Aug 2007
Posts: 1,922
Schweiz
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/11 09:09.
Re: hide Windows System mouse [Re: Widi] #364046
03/16/11 05:18
03/16/11 05:18
Joined: Feb 2010
Posts: 320
TANA/Madagascar
3dgs_snake Offline
Senior Member
3dgs_snake  Offline
Senior Member

Joined: Feb 2010
Posts: 320
TANA/Madagascar
Hi,

I think that you want to use mouse_pointer. blush 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



Perhaps
Code:
mouse_pointer = 0;



Best regards.

Last edited by 3dgs_snake; 03/16/11 05:20.
[Solved] hide Windows System mouse [Re: 3dgs_snake] #364057
03/16/11 09:08
03/16/11 09:08
Joined: Aug 2007
Posts: 1,922
Schweiz
Widi Offline OP
Serious User
Widi  Offline OP
Serious User

Joined: Aug 2007
Posts: 1,922
Schweiz
My fault, don`t see that in the manual. mouse_pointer = 0 works fine. Thanks.

Last edited by Widi; 03/16/11 09:09.
Re: [Solved] hide Windows System mouse [Re: Widi] #364060
03/16/11 09:47
03/16/11 09:47
Joined: Feb 2010
Posts: 320
TANA/Madagascar
3dgs_snake Offline
Senior Member
3dgs_snake  Offline
Senior Member

Joined: Feb 2010
Posts: 320
TANA/Madagascar
It is in the "Engine Variables > Input / Output > Mouse" section

Re: [Solved] hide Windows System mouse [Re: 3dgs_snake] #364074
03/16/11 11:53
03/16/11 11:53
Joined: Aug 2007
Posts: 1,922
Schweiz
Widi Offline OP
Serious User
Widi  Offline OP
Serious User

Joined: Aug 2007
Posts: 1,922
Schweiz
Yes, after your first post i find it. Thanks again.


Moderated by  HeelX, Lukas, rayp, Rei_Ayanami, Superku, Tobias, TWO, VeT 

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1