mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 22:39:53 +00:00
added an empty default keyhandler just in case
This commit is contained in:
parent
72a48e615e
commit
b7117cfa6a
@ -12,7 +12,7 @@ bool holdmouse;
|
||||
|
||||
int getcstat, lgetcstat; ld getcshift; bool inslider;
|
||||
|
||||
function <void(int sym, int uni)> keyhandler;
|
||||
function <void(int sym, int uni)> keyhandler = [] (int sym, int uni) {};
|
||||
|
||||
// is the player using mouse? (used for auto-cross)
|
||||
bool mousing = true;
|
||||
|
Loading…
Reference in New Issue
Block a user