CrystalSpace

Public API Reference

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

iInputBinderBoolean Struct Reference

Represents the up or down state of a keyboard key or a mouse or joystick button, shared between plugins. More...

#include <binder.h>

Inheritance diagram for iInputBinderBoolean:

iBase csInputBinderBoolean List of all members.

Public Methods

virtual void Set (bool)=0
 Set the state; called by csInputBinder. More...

virtual bool Get () const=0
 Get the state; called by the application. More...


Detailed Description

Represents the up or down state of a keyboard key or a mouse or joystick button, shared between plugins.

Definition at line 46 of file iutil/binder.h.


Member Function Documentation

virtual bool iInputBinderBoolean::Get   const [pure virtual]
 

Get the state; called by the application.

Implemented in csInputBinderBoolean.

virtual void iInputBinderBoolean::Set bool    [pure virtual]
 

Set the state; called by csInputBinder.

Implemented in csInputBinderBoolean.


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