]> git.tdb.fi Git - libs/gui.git/commit
Track the currently focused window in Display
authorMikko Rasa <tdb@tdb.fi>
Sun, 7 Feb 2016 13:53:19 +0000 (15:53 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sun, 7 Feb 2016 13:53:19 +0000 (15:53 +0200)
commite15959a69551c2027029470e65a17ea5a305545b
treeb6db7effe1718bcc470be294c69b6cfcfb8351fd
parent589bf37829cadb0e4595fd97a2d6094a6471e985
Track the currently focused window in Display

On mobile platforms it's important for applications to stop rendering or
otherwise using excessive amounts of CPU power when inactive.

OS X code is a dummy implementation because I need more time to understand
the relevant events on that platform.
source/graphics/android/display.cpp
source/graphics/android/window.cpp
source/graphics/cocoa/display.cpp
source/graphics/cocoa/window.cpp
source/graphics/display.cpp
source/graphics/display.h
source/graphics/window.h
source/graphics/windows/display.cpp
source/graphics/windows/window.cpp
source/graphics/x11/display.cpp
source/graphics/x11/window.cpp