Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
0 registered members (), 17,416 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
mouse's cursor and fullscreen #310474
02/14/10 22:51
02/14/10 22:51
Joined: Sep 2009
Posts: 155
France
ayks Offline OP
Member
ayks  Offline OP
Member

Joined: Sep 2009
Posts: 155
France
hi,
i use mouse_pointer=2; so i can see the cursor in the window's game and use it for use the mouse's cursor in the game.

problem : when i alt+enter for play in fullscreen, the cursor dissapears. Any solution ?

thx:s

Re: mouse's cursor and fullscreen [Re: ayks] #310483
02/15/10 00:20
02/15/10 00:20
Joined: Oct 2007
Posts: 5,211
İstanbul, Turkey
Quad Offline
Senior Expert
Quad  Offline
Senior Expert

Joined: Oct 2007
Posts: 5,211
İstanbul, Turkey
assign a mouse_map


3333333333
Re: mouse's cursor and fullscreen [Re: Quad] #310486
02/15/10 00:44
02/15/10 00:44
Joined: Sep 2009
Posts: 155
France
ayks Offline OP
Member
ayks  Offline OP
Member

Joined: Sep 2009
Posts: 155
France
looks like what i needed, thanks.

edit if someone need it :

Quote:

function curseuron()
{
   mouse_map=arrow;
mouse_mode=2;
while (mouse_mode > 0)
{
vec_set(mouse_pos, mouse_cursor);
wait(1);
}
}


Last edited by ayks; 02/15/10 01:01.

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