mouseh fix

This commit is contained in:
Zeno Rogue 2017-12-27 14:09:39 +01:00
parent 6ac1bc0707
commit 59b51e8a05
2 changed files with 2 additions and 0 deletions

View File

@ -423,6 +423,7 @@ void fix_mouseh() {
else
#endif
mouseh = gethyper(mousex, mousey);
need_mouseh = false;
}
void handlekey(int sym, int uni) {

View File

@ -2422,3 +2422,4 @@ transmatrix actualV(const heptspin& hs, const transmatrix& V);
transmatrix cview();
extern string truncatenames[2];
extern bool need_mouseh;