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 |