Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 13, 2011, 1:25:46 AM (13 years ago)
Author:
landauf
Message:

WindowEventListener now declares if the window's focus is active or not.
CEGUI stops highlighting menu items if the window's focus is lost, i.e. after pressing alt+tab

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/libraries/core/WindowEventListener.h

    r7401 r7874  
    6262
    6363            //! Window has lost/gained focus
    64             virtual void windowFocusChanged() { }
     64            virtual void windowFocusChanged(bool bFocus) { }
    6565
    6666            static void moveWindow();
    6767            static void resizeWindow(unsigned int newWidth, unsigned int newHeight);
    68             static void changeWindowFocus();
     68            static void changeWindowFocus(bool bFocus);
    6969
    7070            //! Static variable that holds the latest distributed information
Note: See TracChangeset for help on using the changeset viewer.