OIS
1.5
Object-oriented Input System
|
Button can be a keyboard key, mouse button, etc. More...
#include <OISPrereqs.h>
Public Member Functions | |
Button () | |
Button (bool bPushed) | |
Public Member Functions inherited from OIS::Component | |
Component () | |
Component (ComponentType type) | |
Public Attributes | |
bool | pushed |
true if pushed, false otherwise More... | |
Public Attributes inherited from OIS::Component | |
ComponentType | cType |
Indicates what type of coponent this is. More... | |
Button can be a keyboard key, mouse button, etc.
|
inline |
|
inlineexplicit |
bool OIS::Button::pushed |
true if pushed, false otherwise