File: key.h

package info (click to toggle)
vgagamespack 1.4-5
  • links: PTS
  • area: main
  • in suites: sarge, woody
  • size: 292 kB
  • ctags: 424
  • sloc: ansic: 3,826; makefile: 85
file content (15 lines) | stat: -rw-r--r-- 323 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * GamesPak
 *
 * Copyright (C) Evan Harris, 1994
 *
 * Permission is granted to freely redistribute and modify this code,
 * providing the author(s) get credit for having written it.
 */

#define KEY_CURSORUP    -10
#define KEY_CURSORDOWN  -11
#define KEY_CURSORLEFT  -12
#define KEY_CURSORRIGHT -13

int key_getkey();