SoftPixelDevice class for the GNU/Linux platform.
More...
#include <spSoftPixelDeviceLinux.hpp>
List of all members.
Detailed Description
SoftPixelDevice class for the GNU/Linux platform.
Constructor & Destructor Documentation
sp::SoftPixelDeviceLinux::~SoftPixelDeviceLinux |
( |
|
) |
|
Member Function Documentation
void sp::SoftPixelDeviceLinux::beep |
( |
u32 |
Milliseconds = 100 , |
|
|
u32 |
Frequency = 1000 | |
|
) |
| | [virtual] |
Occurs a beep sound with the specified frequency and for the spcified duration.
Reimplemented from sp::SoftPixelDevice.
void sp::SoftPixelDeviceLinux::deleteDevice |
( |
|
) |
|
bool sp::SoftPixelDeviceLinux::updateEvents |
( |
|
) |
[virtual] |
Updates all window events. This functions needs to be called every frame. Typically in the main "while" loop. It will update the input states (keyboard, mouse etc.), window callback function on a MS/Windows platform, and some other global state functionality..
- Returns:
- False if the user clicked the close button in the window title bar. Otherwise true.
Implements sp::SoftPixelDevice.
Friends And Related Function Documentation
friend class io::InputControl [friend] |
friend class SoftwareDriver [friend] |
The documentation for this class was generated from the following file: