Salival
Member
|
Window Settings.
I have an question about how to setup the app flag correct for this needs.
1) Disable mouse when current window is not in focus.
2) Make the render work in background.
Only thing I can find is.
App.flag=APP_WORK_IN_BACKGROUND;
But it will still send mouse commands when window is not in focus / outside the render window.
Thanks.
(This post was last modified: 05-25-2010 07:14 AM by Salival.)
|
|
05-24-2010 09:00 PM |
|
Salival
Member
|
RE: Window Settings.
Is it possible to get the window acting like this? Running in background and no mouse events are sent if the window are not in focus.
(This post was last modified: 05-25-2010 07:15 AM by Salival.)
|
|
05-25-2010 07:14 AM |
|
Esenthel
Administrator
|
RE: Window Settings.
in that case you need to ignore mouse when !App.active()
|
|
05-25-2010 10:28 AM |
|