Keyboard device.
More...
#include <Keyboard.h>
List of all members.
Public Member Functions |
PLINPUT_API | Keyboard (const PLCore::String &sName, DeviceImpl *pImpl) |
| Constructor.
|
virtual PLINPUT_API | ~Keyboard () |
| Destructor.
|
virtual PLINPUT_API void | Update () override |
| Update device once per frame.
|
Detailed Description
Constructor & Destructor Documentation
Constructor.
- Parameters:
-
[in] | sName | Device name |
[in] | pImpl | System specific device implementation, can, but shouldn't be a null pointer |
Member Function Documentation
Update device once per frame.
- Note:
- The default implementation is empty
Reimplemented from PLInput::Controller.
The documentation for this class was generated from the following file: