fix using
parent
fcc53d174c
commit
09e8484777
|
@ -3,7 +3,7 @@ sequences strings math ;
|
||||||
IN: game.input
|
IN: game.input
|
||||||
|
|
||||||
ARTICLE: "game-input" "Game controller 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:"
|
"The game input interface must be initialized before being used:"
|
||||||
{ $subsections
|
{ $subsections
|
||||||
open-game-input
|
open-game-input
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
! (c)2009 Joe Groff bsd license
|
! (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
|
game.input.scancodes game.loop game.worlds
|
||||||
gpu.render gpu.state kernel literals
|
gpu.render gpu.state kernel literals
|
||||||
locals math math.constants math.functions math.matrices
|
locals math math.constants math.functions math.matrices
|
||||||
|
|
Loading…
Reference in New Issue