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 130 of file binder.h.
Constructor & Destructor Documentation
|
Initialize constructor.
Definition at line 140 of file binder.h. References SCF_CONSTRUCT_IBASE. |
|
Empty constructor.
Definition at line 143 of file binder.h. References SCF_CONSTRUCT_IBASE. |
|
Copy constructor.
Definition at line 146 of file binder.h. References Get(), and SCF_CONSTRUCT_IBASE. |
|
Destructor.
Definition at line 149 of file binder.h. References SCF_DESTRUCT_IBASE. |
Member Function Documentation
|
Get the state; called by the application.
Implements iInputBinderBoolean. Definition at line 155 of file binder.h. Referenced by csInputBinderBoolean(). |
|
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