jkxr/Projects/Android/jni/OpenJK/code/android/in_android.h
Simon f894efd296 It now builds!!
but won't run obviously, long way before that happens, but it is at least compiling and linking, which is good
2022-09-21 23:34:51 +01:00

26 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);