Fix the mouse so that it's discrete and one click means on action.
This commit is contained in:
parent
b43553a563
commit
4b333c6684
4 changed files with 16 additions and 18 deletions
|
@ -68,11 +68,10 @@ namespace gui {
|
|||
void END(Event ev);
|
||||
|
||||
void try_move(int dir, bool strafe);
|
||||
void keyboard();
|
||||
void keyboard_mouse();
|
||||
void draw_gui();
|
||||
void draw_blood();
|
||||
void render();
|
||||
void mouse();
|
||||
void generate_map();
|
||||
bool active();
|
||||
void run_systems();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue