PixelLightAPI
.
|
Input control base class. More...
#include <Control.h>
Protected Member Functions | |
PLINPUT_API void | InformUpdate () |
Inform input manager that control has been changed. | |
Protected Attributes | |
Controller * | m_pController |
EControlType | m_nType |
PLCore::String | m_sName |
PLCore::String | m_sDescription |
Input control base class.
PLINPUT_API void PLInput::Control::InformUpdate | ( | ) | [protected] |
Inform input manager that control has been changed.
Controller* PLInput::Control::m_pController [protected] |
Owning controller, can be a null pointer
EControlType PLInput::Control::m_nType [protected] |
Control type
PLCore::String PLInput::Control::m_sName [protected] |
Control name
PLCore::String PLInput::Control::m_sDescription [protected] |
Control description
|