#include <KeySensor.h>
Inherits X3D::X3DKeyDeviceSensorNode.
Public Member Functions | |
KeySensor (const AP_Xml &xml, SFNode scene) | |
AP_Bool | Update (const X3DEvent &event) |
Protected Attributes | |
SFInt32 | _m_actionKeyPress |
SFInt32 | _m_actionKeyRelease |
SFBool | _m_altKey |
SFBool | _m_controlKey |
SFString | _m_keyPress |
SFString | _m_keyRelease |
SFBool | _m_shiftKey |
SFInt32 _m_actionKeyPress [protected] |
SFInt32 _m_actionKeyRelease [protected] |
SFBool _m_altKey [protected] |
SFBool _m_controlKey [protected] |
SFString _m_keyPress [protected] |
SFString _m_keyRelease [protected] |
SFBool _m_shiftKey [protected] |