iMSTK
Interactive Medical Simulation Toolkit
Public Member Functions | Public Attributes | List of all members
imstk::KeyEvent Class Reference

Provides the information of a key event (press, release, & which key) More...

#include <imstkKeyboardDeviceClient.h>

Inheritance diagram for imstk::KeyEvent:
Inheritance graph
[legend]
Collaboration diagram for imstk::KeyEvent:
Collaboration graph
[legend]

Public Member Functions

 KeyEvent (const std::string type, const char key, const KeyStateType keyPressType)
 
- Public Member Functions inherited from imstk::Event
 Event (const std::string type)
 

Public Attributes

KeyStateType m_keyPressType
 
const char m_key = -1
 
- Public Attributes inherited from imstk::Event
std::string m_type
 
EventObjectm_sender
 

Detailed Description

Provides the information of a key event (press, release, & which key)

Definition at line 24 of file imstkKeyboardDeviceClient.h.


The documentation for this class was generated from the following file: