Support Forum       G3D Web Page     
Public Attributes | List of all members
G3D::CharInputEvent Class Reference

An event triggered by character input (as from the keyboard) More...

Public Attributes

const OSWindowosWindow
 The current window for this event. More...
 
uint8 type
 GEventType::CHAR_INPUT. More...
 
uint16 unicode
 The character inputted, if the high nine bits are all low, this is ASCII value. More...
 

Detailed Description

An event triggered by character input (as from the keyboard)

Member Data Documentation

◆ osWindow

const OSWindow* G3D::CharInputEvent::osWindow

The current window for this event.

◆ type

uint8 G3D::CharInputEvent::type

◆ unicode

uint16 G3D::CharInputEvent::unicode

The character inputted, if the high nine bits are all low, this is ASCII value.


documentation generated on Wed Nov 24 2021 08:01:53 using doxygen 1.8.15