repo.or.cz
/
bcl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
had a stab at my incorrect pointer code
[bcl.git]
/
keyboard.h
blob
dc5c4cc2174ec2b913cee6e08db796a130d829aa
1
#ifndef _keyboard_h
2
#define _keyboard_h
3
4
extern
DECLSPEC
int
isKeyDown
(
int
);
5
extern
DECLSPEC
int
isKeyPressed
(
int
key
);
6
7
#endif