]> gitweb.factorcode.org Git - factor.git/blob - basis/game-input/game-input-tests.factor
3cce0da575fd1cf890d9363e987ec61e7cb0f361
[factor.git] / basis / game-input / game-input-tests.factor
1 IN: game-input.tests
2 USING: ui game-input tools.test kernel system threads calendar ;
3
4 os windows? os macosx? or [
5     [ ] [ open-game-input ] unit-test
6     [ ] [ 1 seconds sleep ] unit-test
7     [ ] [ close-game-input ] unit-test
8 ] when