Fix typo in game.input.dinput

db4
Doug Coleman 2010-10-25 22:06:25 -05:00
parent 69487d1fd3
commit c7d22fe439
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ CONSTANT: pov-values
} 2cleave ;
: read-device-buffer ( device buffer count -- buffer count' )
[ DIDEVICEOBJECTDATA heap-size ] 2dip uint <def>
[ DIDEVICEOBJECTDATA heap-size ] 2dip uint <ref>
[ 0 IDirectInputDevice8W::GetDeviceData ole32-error ] 2keep uint deref ;
: (fill-mouse-state) ( state DIDEVICEOBJECTDATA -- state )