mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-15 02:25:32 -04:00
Android: Fix can't move or jump
This commit is contained in:
parent
d3c1ccf52d
commit
fec395d3c5
@ -67,8 +67,8 @@ typedef void (*FP_Chat_AddOf)(const cc_string* text, int msgType);
|
|||||||
/* Shorthand for Chat_AddOf(String_FromReadonly(raw), MSG_TYPE_NORMAL) */
|
/* Shorthand for Chat_AddOf(String_FromReadonly(raw), MSG_TYPE_NORMAL) */
|
||||||
void Chat_AddRaw(const char* raw);
|
void Chat_AddRaw(const char* raw);
|
||||||
|
|
||||||
void Chat_Add1(const char* format, const void* a1);
|
CC_API void Chat_Add1(const char* format, const void* a1);
|
||||||
void Chat_Add2(const char* format, const void* a1, const void* a2);
|
CC_API void Chat_Add2(const char* format, const void* a1, const void* a2);
|
||||||
void Chat_Add3(const char* format, const void* a1, const void* a2, const void* a3);
|
CC_API void Chat_Add3(const char* format, const void* a1, const void* a2, const void* a3);
|
||||||
void Chat_Add4(const char* format, const void* a1, const void* a2, const void* a3, const void* a4);
|
CC_API void Chat_Add4(const char* format, const void* a1, const void* a2, const void* a3, const void* a4);
|
||||||
#endif
|
#endif
|
||||||
|
@ -45,7 +45,7 @@ CC_VAR extern struct _GuiData {
|
|||||||
float RawHotbarScale, RawChatScale, RawInventoryScale, RawCrosshairScale;
|
float RawHotbarScale, RawChatScale, RawInventoryScale, RawCrosshairScale;
|
||||||
GfxResourceID GuiTex, GuiClassicTex, IconsTex, TouchTex;
|
GfxResourceID GuiTex, GuiClassicTex, IconsTex, TouchTex;
|
||||||
int DefaultLines;
|
int DefaultLines;
|
||||||
int __unused;
|
int _unused;
|
||||||
float RawTouchScale;
|
float RawTouchScale;
|
||||||
/* The highest priority screen that has grabbed input. */
|
/* The highest priority screen that has grabbed input. */
|
||||||
struct Screen* InputGrab;
|
struct Screen* InputGrab;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user