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 :