CrystalSpace

Public API Reference

Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

csInputBinderPosition Class Reference

Represents the position of a mouse or joystick axis, shared between modules. More...

#include <binder.h>

Inheritance diagram for csInputBinderPosition:

iInputBinderPosition iBase List of all members.

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

csInputBinderPosition::csInputBinderPosition int    pp [inline]
 

Initialize constructor.

Definition at line 109 of file binder.h.

References SCF_CONSTRUCT_IBASE.

csInputBinderPosition::csInputBinderPosition   [inline]
 

Empty constructor.

Definition at line 112 of file binder.h.

References SCF_CONSTRUCT_IBASE.

csInputBinderPosition::csInputBinderPosition iInputBinderPosition   pp [inline]
 

Copy constructor.

Definition at line 115 of file binder.h.

References SCF_CONSTRUCT_IBASE.

virtual csInputBinderPosition::~csInputBinderPosition   [inline, virtual]
 

Destructor.

Definition at line 118 of file binder.h.

References SCF_DESTRUCT_IBASE.


Member Function Documentation

virtual int csInputBinderPosition::Get   const [inline, virtual]
 

Get the position; called by the application.

Implements iInputBinderPosition.

Definition at line 124 of file binder.h.

virtual void csInputBinderPosition::Set int    pp [inline, virtual]
 

Set the position; called by csInputBinder.

Implements iInputBinderPosition.

Definition at line 122 of file binder.h.


The documentation for this class was generated from the following file:
Generated for Crystal Space by doxygen 1.2.18