mirror of
https://github.com/DrBeef/JKXR.git
synced 2024-12-02 17:12:47 +00:00
27 lines
640 B
C
27 lines
640 B
C
|
//#include "beloko_common/port_act_defs.h"
|
||
|
|
||
|
|
||
|
|
||
|
int PortableKeyEvent(int state, int code ,int unitcode);
|
||
|
void PortableAction(int state, int action);
|
||
|
|
||
|
void PortableMove(float fwd, float strafe);
|
||
|
void PortableMoveFwd(float fwd);
|
||
|
void PortableMoveSide(float strafe);
|
||
|
void PortableLookPitch(int mode, float pitch);
|
||
|
void PortableLookYaw(int mode, float pitch);
|
||
|
void PortableCommand(const char * cmd);
|
||
|
|
||
|
void PortableMouse(float dx,float dy);
|
||
|
|
||
|
void PortableMouseAbs(float x,float y);
|
||
|
|
||
|
void PortableInit(int argc,const char ** argv);
|
||
|
void PortableFrame(void);
|
||
|
|
||
|
int PortableInMenu(void);
|
||
|
int PortableShowKeyboard(void);
|
||
|
int PortableInAutomap(void);
|
||
|
|
||
|
|