mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-09 23:41:09 -04:00
Start moving options menus to another file
This commit is contained in:
parent
55c4b51a39
commit
6ee857c87e
1223
src/MenuOptions.c
Normal file
1223
src/MenuOptions.c
Normal file
File diff suppressed because it is too large
Load Diff
1184
src/Menus.c
1184
src/Menus.c
File diff suppressed because it is too large
Load Diff
@ -10,6 +10,7 @@ struct MenuInputDesc;
|
|||||||
struct FontDesc;
|
struct FontDesc;
|
||||||
struct ButtonWidget;
|
struct ButtonWidget;
|
||||||
|
|
||||||
|
int Menu_DoPointerMove(void* screen, int id, int x, int y);
|
||||||
int Menu_InputDown(void* screen, int key);
|
int Menu_InputDown(void* screen, int key);
|
||||||
int Menu_PointerDown(void* screen, int id, int x, int y);
|
int Menu_PointerDown(void* screen, int id, int x, int y);
|
||||||
int Menu_PointerMove(void* screen, int id, int x, int y);
|
int Menu_PointerMove(void* screen, int id, int x, int y);
|
||||||
@ -66,4 +67,5 @@ void TouchOnscreenScreen_Show(void);
|
|||||||
void MenuScreen_Render2(void* screen, float delta);
|
void MenuScreen_Render2(void* screen, float delta);
|
||||||
typedef void (*MenuInputDone)(const cc_string* value, cc_bool valid);
|
typedef void (*MenuInputDone)(const cc_string* value, cc_bool valid);
|
||||||
void MenuInputOverlay_Show(struct MenuInputDesc* desc, const cc_string* value, MenuInputDone onDone, cc_bool screenMode);
|
void MenuInputOverlay_Show(struct MenuInputDesc* desc, const cc_string* value, MenuInputDone onDone, cc_bool screenMode);
|
||||||
|
void MenuInputOverlay_Close(cc_bool valid);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user