About Store Forum Documentation Contact



Post Reply 
Window Settings.
Author Message
Salival Offline
Member

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

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

Post: #3
RE: Window Settings.
in that case you need to ignore mouse when !App.active()
05-25-2010 10:28 AM
Find all posts by this user Quote this message in a reply
Post Reply