Castor3D 0.14.0
Multiplatform 3D engine
Fonctions membres publiques | Liste de tous les membres
Référence de la classe castor3d::KeyboardEvent

#include <KeyboardEvent.hpp>

Graphe d'héritage de castor3d::KeyboardEvent:
Inheritance graph
[légende]
Graphe de collaboration de castor3d::KeyboardEvent:
Collaboration graph
[légende]

Fonctions membres publiques

 KeyboardEvent (KeyboardEventType type, KeyboardKey key, bool ctrl, bool alt, bool shift)
 
 KeyboardEvent (KeyboardEventType type, KeyboardKey key, castor::String const &c, bool ctrl, bool alt, bool shift)
 
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
C3D_API UserInputEvent (UserInputEvent &&)=default
 
C3D_API UserInputEvent (UserInputEvent const &)=default
 
C3D_API UserInputEventoperator= (UserInputEvent &&)=default
 
C3D_API UserInputEventoperator= (UserInputEvent const &)=default
 
 UserInputEvent (UserInputEventType type)
 
virtual C3D_API ~UserInputEvent ()=default
 
UserInputEventType getEventType () const
 

Documentation des constructeurs et destructeur

◆ KeyboardEvent() [1/2]

castor3d::KeyboardEvent::KeyboardEvent ( KeyboardEventType  type,
KeyboardKey  key,
bool  ctrl,
bool  alt,
bool  shift 
)
inline

Références castor3d::eKeyboard.

◆ KeyboardEvent() [2/2]

castor3d::KeyboardEvent::KeyboardEvent ( KeyboardEventType  type,
KeyboardKey  key,
castor::String const &  c,
bool  ctrl,
bool  alt,
bool  shift 
)
inline

Références castor3d::eKeyboard.

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 :