#include <kbd.H>
Collaboration diagram for GLUT_KBD:
Public Member Functions | |
GLUT_KBD (GLUT_WINSYS *winsys) | |
GLUT_WINSYS * | winsys () |
void | update_mods (mlib::CXYpt &cur) |
Static Public Member Functions | |
static GLUT_KBD * | kbd () |
Protected Attributes | |
GLUT_WINSYS * | _winsys |
bool | _shift |
bool | _ctrl |
Static Protected Attributes | |
static ARRAY< GLUT_KBD * > | _kbds |
Definition at line 8 of file kbd.H.
|
Definition at line 83 of file kbd.C. References _kbds, GLUT_WINSYS::id(), normal_keydown_callback(), normal_keyup_callback(), and ARRAY< T >::num(). |
|
Definition at line 98 of file kbd.C. References _kbds, and glutGetWindow(). Referenced by normal_keydown_callback(), and normal_keyup_callback(). |
|
Referenced by normal_keydown_callback(), and normal_keyup_callback(). |
|
Definition at line 17 of file kbd.H. References _winsys. Referenced by normal_keydown_callback(), and normal_keyup_callback(). |
|
|
|
Definition at line 11 of file kbd.H. Referenced by GLUT_KBD(), and kbd(). |
|
|
|
Definition at line 10 of file kbd.H. Referenced by winsys(). |