]> gitweb.factorcode.org Git - factor.git/commitdiff
fix using
authorDoug Coleman <doug.coleman@gmail.com>
Thu, 8 Oct 2009 10:03:40 +0000 (05:03 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Thu, 8 Oct 2009 10:03:40 +0000 (05:03 -0500)
basis/game/input/input-docs.factor
extra/gpu/util/wasd/wasd.factor

index bef08c4d2f1f2fd5b6b8f489121270cbac1dbd90..29b74ff57064dbc7da1971335a2bfa8a48d1262b 100755 (executable)
@@ -3,7 +3,7 @@ sequences strings math ;
 IN: game.input
 
 ARTICLE: "game-input" "Game controller input"
-"The " { $vocab-link "game-input" } " vocabulary provides cross-platform access to game controller devices such as joysticks and gamepads. It also provides an interface for polling raw keyboard and mouse input." $nl
+"The " { $vocab-link "game.input" } " vocabulary provides cross-platform access to game controller devices such as joysticks and gamepads. It also provides an interface for polling raw keyboard and mouse input." $nl
 "The game input interface must be initialized before being used:"
 { $subsections
     open-game-input
index 1f1187fd21c6df561414de5a78d66b26708c26bc..bee05463afd1f37feda7f4a30afc9d8e6d205871 100644 (file)
@@ -1,5 +1,5 @@
 ! (c)2009 Joe Groff bsd license
-USING: accessors arrays combinators.smart game-input
+USING: accessors arrays combinators.smart game.input
 game.input.scancodes game.loop game.worlds
 gpu.render gpu.state kernel literals
 locals math math.constants math.functions math.matrices