#include <dm.h>
|
| fb_event_type_t | type |
| |
| int | x |
| | pointer x, or new width for FB_EVENT_RESIZE
|
| |
| int | y |
| | pointer y, or new height for FB_EVENT_RESIZE
|
| |
| int | button |
| | 1=left, 2=middle, 3=right for button events
|
| |
| int | keycode |
| | ASCII value for FB_EVENT_KEY_PRESS (0 if non-printable)
|
| |
| int | state |
| | modifier state bitmask (implementation defined)
|
| |
Definition at line 423 of file dm.h.
◆ type
Definition at line 424 of file dm.h.
pointer x, or new width for FB_EVENT_RESIZE
Definition at line 425 of file dm.h.
pointer y, or new height for FB_EVENT_RESIZE
Definition at line 426 of file dm.h.
◆ button
1=left, 2=middle, 3=right for button events
Definition at line 427 of file dm.h.
◆ keycode
ASCII value for FB_EVENT_KEY_PRESS (0 if non-printable)
Definition at line 428 of file dm.h.
◆ state
modifier state bitmask (implementation defined)
Definition at line 429 of file dm.h.
The documentation for this struct was generated from the following file: