Bubba-3D  0.9.0
Awesome game engine!
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
Input Class Referenceabstract

#include <Input.h>

Inheritance diagram for Input:
JoystickAxis JoystickButton KeyboardButton MouseAxis MouseButton

Public Member Functions

virtual ControlStatus getStatus ()=0
 
virtual ControlStatus::Activator getActivator ()=0
 
bool isDual ()
 

Protected Member Functions

 Input (bool dual)
 

Protected Attributes

bool dual
 

Detailed Description

Base class for classes that supply the status for bindings to InputManager. Any class that wants to work as an input binding must extend this class.

Definition at line 26 of file Input.h.


The documentation for this class was generated from the following files: