csInputBinderPosition Class Reference
Represents the position of a mouse or joystick axis, shared between modules. More...
#include <binder.h>
Inheritance diagram for csInputBinderPosition:

Public Methods | |
| csInputBinderPosition (int pp) | |
| Initialize constructor. | |
| csInputBinderPosition () | |
| Empty constructor. | |
| csInputBinderPosition (iInputBinderPosition *pp) | |
| Copy constructor. | |
| virtual | ~csInputBinderPosition () |
| Destructor. | |
| virtual void | Set (int pp) |
| Set the position; called by csInputBinder. | |
| virtual int | Get () const |
| Get the position; called by the application. | |
Detailed Description
Represents the position of a mouse or joystick axis, shared between modules.
Definition at line 99 of file binder.h.
Constructor & Destructor Documentation
|
|
Initialize constructor.
Definition at line 109 of file binder.h. References SCF_CONSTRUCT_IBASE. |
|
|
Empty constructor.
Definition at line 112 of file binder.h. References SCF_CONSTRUCT_IBASE. |
|
|
Copy constructor.
Definition at line 115 of file binder.h. References SCF_CONSTRUCT_IBASE. |
|
|
Destructor.
Definition at line 118 of file binder.h. References SCF_DESTRUCT_IBASE. |
Member Function Documentation
|
|
Get the position; called by the application.
Implements iInputBinderPosition. |
|
|
Set the position; called by csInputBinder.
Implements iInputBinderPosition. |
The documentation for this class was generated from the following file:
- csutil/binder.h
Generated for Crystal Space by doxygen 1.2.18
