2009-03-07 02:22:21 -05:00
|
|
|
IN: game-input.tests
|
2009-03-16 00:11:35 -04:00
|
|
|
USING: game-input tools.test kernel system threads ;
|
2009-03-07 02:22:21 -05:00
|
|
|
|
|
|
|
os windows? os macosx? or [
|
|
|
|
[ ] [ open-game-input ] unit-test
|
2009-03-16 00:11:35 -04:00
|
|
|
[ ] [ yield ] unit-test
|
2009-03-07 02:22:21 -05:00
|
|
|
[ ] [ close-game-input ] unit-test
|
|
|
|
] when
|