kreathyon
Member
|
no mouse on screen
good morning,
I have small one worries with the mouse, that it is in mode make windows or in full screen, her do not appear. I have test on ' 16 - Camera Modes.cpp ' in FPP, TPP and ISO and on my game but no mouse.
|
|
06-06-2012 05:20 AM |
|
laugan
Member
|
RE: no mouse on screen
if i'm not mistaken, if you have
Code:
App.flag=APP_MS_EXCLUSIVE
mouse disappears, maybe it is not this parameter, but it is 100% because of App.flag's, try to change it
|
|
06-06-2012 05:24 AM |
|
Zervox
Member
|
RE: no mouse on screen
Might use Ms.cursor("image") for the cursor.
|
|
06-06-2012 05:31 AM |
|
kreathyon
Member
|
RE: no mouse on screen
My problem:
In ' World Editor ' I makes Build-> Clean All and Build All then Play-> Clean All and Play All and when I throw the mouse in ISO appear. But in ' Code Editor ' I makes ' Rebuid ' and ' Debug ' in ISO no mouse.
|
|
06-06-2012 06:48 AM |
|
kreathyon
Member
|
RE: no mouse on screen
I have change App.flag and add Ms.cursor ('picture ') but this changes nothing, me is not still of cursor in game: (
|
|
06-08-2012 04:22 AM |
|
Esenthel
Administrator
|
RE: no mouse on screen
there is Ms.hide in the provided sample Code Editor project codes.
I'll update them for next SDK
|
|
06-10-2012 01:16 PM |
|
kreathyon
Member
|
RE: no mouse on screen
ok thank for your reponse.
|
|
06-10-2012 01:52 PM |
|
kreathyon
Member
|
RE: no mouse on screen
hello, I would like to know when in place the next updating of SDK because nowadays always no mouse in ISO: (
|
|
06-25-2012 09:57 PM |
|
Esenthel
Administrator
|
RE: no mouse on screen
it was added in last SDK
Main.es in Update
Code:
Ms.visible(Players.elms() && View==VIEW_ISO);
Ms.clip (NULL, Ms.hidden());
|
|
06-26-2012 02:46 AM |
|
kreathyon
Member
|
RE: no mouse on screen
thank and resolved but player no move on click left button it is normal ?
|
|
06-26-2012 11:57 AM |
|