2021-01-27 21:26:19 +00:00
|
|
|
#pragma once
|
2020-12-02 23:18:49 +00:00
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
|
|
|
void input_set_is_right_click(int val);
|
|
|
|
void input_hide_gui();
|
|
|
|
void input_third_person();
|
2021-06-29 02:59:24 +00:00
|
|
|
void input_back();
|
2020-12-02 23:18:49 +00:00
|
|
|
|
|
|
|
void input_set_is_left_click(int val);
|
|
|
|
|
2021-02-16 22:08:43 +00:00
|
|
|
void input_set_mouse_grab_state(int state);
|
|
|
|
|
2020-12-02 23:18:49 +00:00
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|