#include <GizmoEventWindowFocus.hpp>
Public Member Functions | |
GizmoEventWindowFocus () | |
Serialize Constructor. | |
GizmoEventWindowFocus (X11FocusEvent const &Event, bool IsRemote=false) | |
Default Constructor. | |
virtual | ~GizmoEventWindowFocus () |
Destructor. | |
Friends | |
class | boost::serialization::access |
Raised when a Window Focus event is triggered
Note that there is NO GUARANTEE that event orders are logical For example, FOCUS_IN events might occur BEFORE a FOCUS_OUT event, however, the events are true -- The current focus will always be the last event with a FOCUS_IN type.
This is due to the way X (and your WM's focus stealing prevention) works (or perhaps doesn't work).
Definition at line 72 of file GizmoEventWindowFocus.hpp.
GizmoEventWindowFocus::GizmoEventWindowFocus | ( | ) |
Serialize Constructor.
GizmoEventWindowFocus Serialize Constructor.
Definition at line 59 of file GizmoEventWindowFocus.cpp.
GizmoEventWindowFocus::GizmoEventWindowFocus | ( | X11FocusEvent const & | Event, | |
bool | IsRemote = false | |||
) |
Default Constructor.
GizmoEventWindowFocus Default Constructor.
Definition at line 53 of file GizmoEventWindowFocus.cpp.
GizmoEventWindowFocus::~GizmoEventWindowFocus | ( | ) | [virtual] |
Destructor.
GizmoEventWindowFocus Destructor.
Definition at line 65 of file GizmoEventWindowFocus.cpp.