PixelLightAPI
.
|
Sensor manager input device. More...
#include <SensorManager.h>
Public Member Functions | |
PLINPUT_API | SensorManager (const PLCore::String &sName, DeviceImpl *pImpl) |
Constructor. | |
virtual PLINPUT_API | ~SensorManager () |
Destructor. | |
virtual PLINPUT_API void | Update () override |
Update device once per frame. |
Sensor manager input device.
This class supports the following device backend types:
PLINPUT_API PLInput::SensorManager::SensorManager | ( | const PLCore::String & | sName, |
DeviceImpl * | pImpl | ||
) |
Constructor.
[in] | sName | Device name |
[in] | pImpl | System specific device implementation, can, but shouldn't be a null pointer |
virtual PLINPUT_API PLInput::SensorManager::~SensorManager | ( | ) | [virtual] |
Destructor.
virtual PLINPUT_API void PLInput::SensorManager::Update | ( | ) | [override, virtual] |
Update device once per frame.
Reimplemented from PLInput::Controller.
|