mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 16:05:44 -07:00
UI nit: make cursor visible upon use of A/S/D keyboard controls.
[originally from svn r4467]
This commit is contained in:
1
net.c
1
net.c
@ -841,6 +841,7 @@ game_state *make_move(game_state *state, game_ui *ui, int x, int y, int button)
|
|||||||
button = MIDDLE_BUTTON;
|
button = MIDDLE_BUTTON;
|
||||||
else if (button == 'd' || button == 'D')
|
else if (button == 'd' || button == 'D')
|
||||||
button = RIGHT_BUTTON;
|
button = RIGHT_BUTTON;
|
||||||
|
ui->cur_visible = TRUE;
|
||||||
} else
|
} else
|
||||||
return nullret;
|
return nullret;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user