Mallet Engine  2
Entity-Component based game engine, written in Java.
 All Classes Namespaces Files Functions Variables
Public Member Functions | Protected Attributes | Static Protected Attributes
com.linxonline.mallet.entity.CameraInputComponent Class Reference
Inheritance diagram for com.linxonline.mallet.entity.CameraInputComponent:
Inheritance graph
[legend]
Collaboration diagram for com.linxonline.mallet.entity.CameraInputComponent:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 CameraInputComponent ()
void setInputAdapterInterface (final InputAdapterInterface _adapter)
void update (final float _dt)
void passInputEvent (final InputEvent _event)

Protected Attributes

boolean forward = false
boolean backward = false
boolean left = false
boolean right = false

Static Protected Attributes

static final int speed = 400

Constructor & Destructor Documentation


Member Function Documentation


Member Data Documentation

final int com.linxonline.mallet.entity.CameraInputComponent.speed = 400 [static, protected]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables