LMMS
Loading...
Searching...
No Matches
PuglFocusEvent Struct Reference

#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.

Detailed Description

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.

Member Data Documentation

◆ flags

PuglEventFlags PuglFocusEvent::flags

Bitwise OR of PuglEventFlag values.

◆ mode

PuglCrossingMode PuglFocusEvent::mode

Reason for focus change.

◆ type

PuglEventType PuglFocusEvent::type

The documentation for this struct was generated from the following file: