geKeyEvent

From GriffinEngine
Revision as of 12:59, 3 June 2009 by Mstefaro (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Used to handle keyboard key presses.


Inheritance

Base classes


Reference

Fields

Note: For detailed information about key codes, states, and modifiers, see geKeyboard
  •  int key;
  •  int state;
  •  int modifiers;

Constructors

  •  geKeyEvent( const geKeyEvent& original );
  •  geKeyEvent( int _key, int _state, int _modifiers );

Accessors

  •  int getID() { return 0x0413; }