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
using sizeof(int) instead of 4
[bcl.git]
/
tests
/
testkey.c
blob
cb0d2b36cfa3c2f581f20254b3cdab1daf17f652
1
#include
"../bcl.h"
2
#include <stdio.h>
3
4
main
() {
5
initEnvironment
();
6
while
(!
isKeyDown
(
27
)) {
7
pumpEvents
();
8
delay
(
10
);
9
}
10
terminateEnvironment
();
11
return
0
;
12
}