|
LMMS
|
#include <pugl.h>
Public Attributes | |
| PuglEventType | type |
| PUGL_FOCUS_IN or PUGL_FOCUS_OUT | |
| PuglEventFlags | flags |
| Bitwise OR of PuglEventFlag values. | |
| PuglCrossingMode | mode |
| Reason for focus change. | |
Keyboard focus event.
This event is sent whenever the view gains or loses the keyboard focus. The view with the keyboard focus will receive any key press or release events.
| PuglEventFlags PuglFocusEvent::flags |
Bitwise OR of PuglEventFlag values.
| PuglCrossingMode PuglFocusEvent::mode |
Reason for focus change.
| PuglEventType PuglFocusEvent::type |