#include <events.h>
Inherits NLMISC::CEvent.
Public Member Functions | |
| CEventSetFocus (bool get, IEventEmitter *emitter) | |
| Create focus event. | |
| virtual CEvent * | clone () const |
Public Attributes | |
| bool | Get |
| True if window get the focus, false if it lost it. | |
Called when window lost / get keyboard focus.
Definition at line 463 of file events.h.
| NLMISC::CEventSetFocus::CEventSetFocus | ( | bool | get, | |
| IEventEmitter * | emitter | |||
| ) | [inline] |
| virtual CEvent* NLMISC::CEventSetFocus::clone | ( | ) | const [inline, virtual] |
True if window get the focus, false if it lost it.
Definition at line 469 of file events.h.
Referenced by CEventSetFocus(), and NLMISC::CEventListenerAsync::operator()().
1.6.1