menajev
Member
|
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 |
|
Esenthel
Administrator
|
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 |
|