csInputBinderBoolean Class Reference
Represents the up or down state of a keyboard key or a mouse or joystick button, shared between modules. More...
#include <binder.h>
Inheritance diagram for csInputBinderBoolean:

Public Methods | |
| csInputBinderBoolean (bool ss) | |
| Initialize constructor. | |
| csInputBinderBoolean () | |
| Empty constructor. | |
| csInputBinderBoolean (iInputBinderBoolean *ss) | |
| Copy constructor. | |
| virtual | ~csInputBinderBoolean () |
| Destructor. | |
| virtual void | Set (bool ss) |
| Set the state; called by csInputBinder. | |
| virtual bool | Get () const |
| Get the state; called by the application. | |
Detailed Description
Represents the up or down state of a keyboard key or a mouse or joystick button, shared between modules.
Definition at line 131 of file binder.h.
Constructor & Destructor Documentation
|
|
Initialize constructor.
Definition at line 141 of file binder.h. References SCF_CONSTRUCT_IBASE. |
|
|
Empty constructor.
Definition at line 144 of file binder.h. References SCF_CONSTRUCT_IBASE. |
|
|
Copy constructor.
Definition at line 147 of file binder.h. References SCF_CONSTRUCT_IBASE. |
|
|
Destructor.
Definition at line 150 of file binder.h. References SCF_DESTRUCT_IBASE. |
Member Function Documentation
|
|
Get the state; called by the application.
Implements iInputBinderBoolean. |
|
|
Set the state; called by csInputBinder.
Implements iInputBinderBoolean. |
The documentation for this class was generated from the following file:
- csutil/binder.h
Generated for Crystal Space by doxygen 1.2.18
