]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix docs again
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Thu, 11 Dec 2008 02:23:37 +0000 (20:23 -0600)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Thu, 11 Dec 2008 02:23:37 +0000 (20:23 -0600)
basis/ui/gadgets/worlds/worlds-docs.factor
basis/ui/gestures/gestures-docs.factor

index 35781fa5685606d99137c1cf8acc2aa19f7d38da..60e4e58ed5d7e9539e24019d887927ffb0f505b5 100644 (file)
@@ -2,6 +2,10 @@ USING: ui.gadgets ui.render ui.gestures ui.backend help.markup
 help.syntax models opengl strings ;
 IN: ui.gadgets.worlds
 
+HELP: user-input
+{ $values { "string" string } { "world" world } }
+{ $description "Calls " { $link user-input* } " on every parent of the world's currently-focused child." } ;
+
 HELP: origin
 { $var-description "Within the dynamic extent of " { $link draw-world } ", holds the co-ordinate system origin for the gadget currently being drawn." } ;
 
index 5e7bd51becd188a5c9e72850d0ba38fd726cef7f..f6495a14c3297f4dcc8c6ec5187dac8d7c084599 100644 (file)
@@ -21,10 +21,6 @@ HELP: propagate-gesture
 { $values { "gesture" "a gesture" } { "gadget" gadget } }
 { $description "Calls " { $link handle-gesture } " on every parent of " { $snippet "gadget" } "." } ;
 
-HELP: user-input
-{ $values { "string" string } { "world" world } }
-{ $description "Calls " { $link user-input* } " on every parent of the world's currently-focused child." } ;
-
 HELP: motion
 { $class-description "Mouse motion gesture." }
 { $examples { $code "T{ motion }" } } ;