About Store Forum Documentation Contact



Post Reply 
no mouse on screen
Author Message
kreathyon Offline
Member

Post: #1
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
Visit this user's website Find all posts by this user Quote this message in a reply
laugan Offline
Member

Post: #2
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 smile
06-06-2012 05:24 AM
Find all posts by this user Quote this message in a reply
Zervox Offline
Member

Post: #3
RE: no mouse on screen
Might use Ms.cursor("image") for the cursor.
06-06-2012 05:31 AM
Find all posts by this user Quote this message in a reply
kreathyon Offline
Member

Post: #4
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
Visit this user's website Find all posts by this user Quote this message in a reply
kreathyon Offline
Member

Post: #5
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
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #6
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
Find all posts by this user Quote this message in a reply
kreathyon Offline
Member

Post: #7
RE: no mouse on screen
ok thank for your reponse.
06-10-2012 01:52 PM
Visit this user's website Find all posts by this user Quote this message in a reply
kreathyon Offline
Member

Post: #8
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
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #9
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
Find all posts by this user Quote this message in a reply
kreathyon Offline
Member

Post: #10
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
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply