Castor3D  ..
Fonctions membres publiques | Liste de tous les membres
Référence de la classe castor3d::KeyboardEvent

Description d'un évènement clavier. Plus de détails...

+ Graphe d'héritage de castor3d::KeyboardEvent:
+ Graphe de collaboration de castor3d::KeyboardEvent:

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étaillée

Description d'un évènement clavier.

Auteur
Sylvain DOREMUS
Date
17/04/2016
Version
0.9.0

Documentation des constructeurs et destructeur

◆ KeyboardEvent() [1/2]

castor3d::KeyboardEvent::KeyboardEvent ( KeyboardEventType  p_type,
KeyboardKey  p_key,
bool  p_ctrl,
bool  p_alt,
bool  p_shift 
)
inline

◆ KeyboardEvent() [2/2]

castor3d::KeyboardEvent::KeyboardEvent ( KeyboardEventType  p_type,
KeyboardKey  p_key,
castor::String const &  p_char,
bool  p_ctrl,
bool  p_alt,
bool  p_shift 
)
inline

◆ ~KeyboardEvent()

virtual castor3d::KeyboardEvent::~KeyboardEvent ( )
inlinevirtual

Documentation des fonctions membres

◆ getChar()

castor::String const& castor3d::KeyboardEvent::getChar ( ) const
inline

◆ getKey()

KeyboardKey castor3d::KeyboardEvent::getKey ( ) const
inline

◆ getKeyboardEventType()

KeyboardEventType castor3d::KeyboardEvent::getKeyboardEventType ( ) const
inline

◆ isAltDown()

bool castor3d::KeyboardEvent::isAltDown ( ) const
inline

◆ isCtrlDown()

bool castor3d::KeyboardEvent::isCtrlDown ( ) const
inline

◆ isShiftDown()

bool castor3d::KeyboardEvent::isShiftDown ( ) const
inline

La documentation de cette classe a été générée à partir du fichier suivant :