mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 08:01:30 -07:00
Patch from James H to add keyboard control in Sixteen and Netslide
(and also belatedly document the keyboard support in Unequal). [originally from svn r8432]
This commit is contained in:
@ -306,6 +306,7 @@ void move_cursor(int button, int *x, int *y, int maxw, int maxh, int wrap);
|
||||
|
||||
/* Used in netslide.c and sixteen.c for cursor movement around edge. */
|
||||
int c2pos(int w, int h, int cx, int cy);
|
||||
int c2diff(int w, int h, int cx, int cy, int button);
|
||||
void pos2c(int w, int h, int pos, int *cx, int *cy);
|
||||
|
||||
/* Draws text with an 'outline' formed by offsetting the text
|
||||
|
Reference in New Issue
Block a user