]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix typo in game.input.dinput
authorDoug Coleman <doug.coleman@gmail.com>
Tue, 26 Oct 2010 03:06:25 +0000 (22:06 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Tue, 26 Oct 2010 03:06:25 +0000 (22:06 -0500)
basis/game/input/dinput/dinput.factor

index 26076c8a7e6ddd8e885aa65b29983637da6d019f..2cd16bac1f94a81293fc0a7e925a2068fff9a186 100755 (executable)
@@ -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 )