Castor3D
..
|
Description d'un évènement clavier. Plus de détails...
Fonctions membres publiques | |
KeyboardEvent (KeyboardEventType p_type, KeyboardKey p_key, bool p_ctrl, bool p_alt, bool p_shift) | |
KeyboardEvent (KeyboardEventType p_type, KeyboardKey p_key, castor::String const &p_char, bool p_ctrl, bool p_alt, bool p_shift) | |
virtual | ~KeyboardEvent () |
KeyboardEventType | getKeyboardEventType () const |
KeyboardKey | getKey () const |
castor::String const & | getChar () const |
bool | isCtrlDown () const |
bool | isAltDown () const |
bool | isShiftDown () const |
Fonctions membres publiques hérités de castor3d::UserInputEvent | |
UserInputEvent (UserInputEventType p_type) | |
virtual | ~UserInputEvent () |
UserInputEventType | getEventType () const |
Description d'un évènement clavier.
|
inline |
|
inline |
|
inlinevirtual |
|
inline |
|
inline |
|
inline |
|
inline |
Références castor3d::KeyboardState::m_alt.
|
inline |
Références castor3d::KeyboardState::m_ctrl.
|
inline |