]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/game/input/input-docs.factor
factor: trim more using lists.
[factor.git] / basis / game / input / input-docs.factor
index 58cc35af1c4e2b6cd7965d61946cba1771543155..8e3bf41397a36ad2014ccb8dbe1222a8e390a3d3 100644 (file)
@@ -1,5 +1,5 @@
-USING: help.markup help.syntax kernel ui.gestures quotations
-sequences strings math ;
+USING: help.markup help.syntax kernel math quotations sequences
+strings ;
 IN: game.input
 
 ARTICLE: "game-input" "Game controller input"