BRL-CAD
Loading...
Searching...
No Matches
fb_event Struct Reference

#include <dm.h>

Collaboration diagram for fb_event:
[legend]

Data Fields

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)
 

Detailed Description

Definition at line 423 of file dm.h.

Field Documentation

◆ type

Definition at line 424 of file dm.h.

◆ x

int x

pointer x, or new width for FB_EVENT_RESIZE

Definition at line 425 of file dm.h.

◆ y

int y

pointer y, or new height for FB_EVENT_RESIZE

Definition at line 426 of file dm.h.

◆ button

int button

1=left, 2=middle, 3=right for button events

Definition at line 427 of file dm.h.

◆ keycode

int keycode

ASCII value for FB_EVENT_KEY_PRESS (0 if non-printable)

Definition at line 428 of file dm.h.

◆ state

int 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: