About Store Forum Documentation Contact



Post Reply 
Can't set mouse pos with APP_MS_EXCLUSIVE flag.
Author Message
menajev Offline
Member

Post: #1
Can't set mouse pos with APP_MS_EXCLUSIVE flag.
Cursor visible thanks to
Code:
Ms.cursor(Images("gfx/cursor.gfx"));

Trying to set it pos
Code:
if(Ms.br(2))Ms.pos(Vec(0,0));
but mouse is set only for one frame - and then it get back to position at which it was before I set it.
Is it intended and if yes - is there any way to set cursor position?
08-23-2012 06:44 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Can't set mouse pos with APP_MS_EXCLUSIVE flag.
Thank you for reporting the issue, this will be fixed in next SDK.
08-23-2012 07:06 PM
Find all posts by this user Quote this message in a reply
Post Reply