CEL

Public API Reference

Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members

iPcCommandInput Struct Reference

Input propery class. More...

#include <propclass/input.h>

List of all members.

Public Member Functions

virtual void Activate (bool activate=true)=0
 Activates the input to get Commands.
virtual void ScreenCoordinates (bool screen=true)=0
 Send screen coordinates instead of coordinates between -1 and 1 for axis movement messages.
virtual float ScreenToCentered (float screencoord, float axis=0)=0
 Convert a coordinate from screen-space to a value between -1 and 1.
virtual float CenteredToScreen (float centeredcoord, float axis=0)=0
 Convert a coordinate from a value between -1 and 1 to screen-space.
virtual bool LoadConfig (const char *fname)=0
 Loads a Config File binding triggers(for example keys) to commands.
virtual bool Bind (const char *triggername, const char *command)=0
 Binds a trigger to a command.
virtual const char * GetBind (const char *triggername) const =0
 returns the command bind to a key
virtual bool RemoveBind (const char *triggername, const char *command)=0
 deletes a bind, if triggername is 0 deletes all binds to the command
virtual void RemoveAllBinds ()=0
 deletes all binds


Detailed Description

Input propery class.

This property class supports the following actions (add prefix 'cel.action.' to get the ID of the action and add prefix 'cel.parameter.' to get the ID of the parameter):

This property class can send out the following messages to the behaviour:

Definition at line 45 of file input.h.


Member Function Documentation

virtual void iPcCommandInput::Activate bool  activate = true  )  [pure virtual]
 

Activates the input to get Commands.

virtual bool iPcCommandInput::Bind const char *  triggername,
const char *  command
[pure virtual]
 

Binds a trigger to a command.

virtual float iPcCommandInput::CenteredToScreen float  centeredcoord,
float  axis = 0
[pure virtual]
 

Convert a coordinate from a value between -1 and 1 to screen-space.

Parameters:
centeredcoord a value between -1 and 1
axis the screen axis to use for the conversion (0 = x, 1 = y)

virtual const char* iPcCommandInput::GetBind const char *  triggername  )  const [pure virtual]
 

returns the command bind to a key

virtual bool iPcCommandInput::LoadConfig const char *  fname  )  [pure virtual]
 

Loads a Config File binding triggers(for example keys) to commands.

virtual void iPcCommandInput::RemoveAllBinds  )  [pure virtual]
 

deletes all binds

virtual bool iPcCommandInput::RemoveBind const char *  triggername,
const char *  command
[pure virtual]
 

deletes a bind, if triggername is 0 deletes all binds to the command

virtual void iPcCommandInput::ScreenCoordinates bool  screen = true  )  [pure virtual]
 

Send screen coordinates instead of coordinates between -1 and 1 for axis movement messages.

virtual float iPcCommandInput::ScreenToCentered float  screencoord,
float  axis = 0
[pure virtual]
 

Convert a coordinate from screen-space to a value between -1 and 1.

Parameters:
screencoord the coordinate in screen-space
axis the screen axis to use for the conversion (0 = x, 1 = y)


The documentation for this struct was generated from the following file:
Generated for CEL: Crystal Entity Layer by doxygen 1.4.4