Paste: Clobbers the world's gestures. Why?

Author: klazuka
Mode: factor
Date: Sat, 22 Aug 2009 23:21:18
Plain Text |
USING: namespaces ui.commands ui.gadgets.worlds ui.gestures
ui.tools.inspector ;
IN: ui.loupe

<PRIVATE

: com-inspect-hand-gadget ( -- ) 
    hand-gadget get-global inspector ;
    
\ com-inspect-hand-gadget H{ { +nullary+ t } } define-command

PRIVATE>

world "loupe" f {
    { T{ key-down f { C+ } "I" } com-inspect-hand-gadget }
} define-command-map

New Annotation

Summary:
Author:
Mode:
Body: