From 09e8484777c4df7fe0fe1550f0707e1e58abc177 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Thu, 8 Oct 2009 05:03:40 -0500 Subject: [PATCH] fix using --- basis/game/input/input-docs.factor | 2 +- extra/gpu/util/wasd/wasd.factor | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/basis/game/input/input-docs.factor b/basis/game/input/input-docs.factor index bef08c4d2f..29b74ff570 100755 --- a/basis/game/input/input-docs.factor +++ b/basis/game/input/input-docs.factor @@ -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 diff --git a/extra/gpu/util/wasd/wasd.factor b/extra/gpu/util/wasd/wasd.factor index 1f1187fd21..bee05463af 100644 --- a/extra/gpu/util/wasd/wasd.factor +++ b/extra/gpu/util/wasd/wasd.factor @@ -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