Untold Engine  Beta v0.0.16
docs
U4DEngine::U4DInputElement Class Reference

Inherited by U4DEngine::U4DMacArrowKey, U4DEngine::U4DMacKey, U4DEngine::U4DMacMouse, U4DEngine::U4DPadButton, U4DEngine::U4DPadJoystick, and U4DEngine::U4DTouches.

Public Member Functions

 U4DInputElement (INPUTELEMENTTYPE uInputElementType, U4DControllerInterface *uControllerInterface)
 
INPUTELEMENTTYPE getInputElementType ()
 
void setControllerInterface (U4DControllerInterface *uControllerInterface)
 
virtual void changeState (INPUTELEMENTACTION &uInputAction, U4DVector2n &uPosition)
 
virtual void update (double dt)
 

Public Attributes

U4DControllerInterfacecontrollerInterface
 

Protected Attributes

INPUTELEMENTTYPE inputElementType