mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 16:05:44 -07:00
Turn off the keyboard-control cursor when the user reverts to mouse
control. [originally from svn r6008]
This commit is contained in:
1
guess.c
1
guess.c
@ -641,6 +641,7 @@ static game_state *make_move(game_state *from, game_ui *ui, game_drawstate *ds,
|
|||||||
}
|
}
|
||||||
ui->drag_col = 0;
|
ui->drag_col = 0;
|
||||||
ui->drag_opeg = -1;
|
ui->drag_opeg = -1;
|
||||||
|
ui->display_cur = 0;
|
||||||
debug(("Stop dragging."));
|
debug(("Stop dragging."));
|
||||||
ret = from;
|
ret = from;
|
||||||
} else if (button == RIGHT_BUTTON) {
|
} else if (button == RIGHT_BUTTON) {
|
||||||
|
Reference in New Issue
Block a user