Use dinput as default windows game.input backend

db4
Joe Groff 2010-05-02 00:38:37 -07:00
parent de8b82d38b
commit 719a7d6ffd
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ SYMBOLS: pressed released ;
{ } buttons-delta-as ; inline
{
{ [ os windows? ] [ "game.input.xinput" require ] }
{ [ os windows? ] [ "game.input.dinput" require ] }
{ [ os macosx? ] [ "game.input.iokit" require ] }
{ [ os linux? ] [ "game.input.x11" require ] }
[ ]