com-file-drop ( -- files ) (original) (raw)
Inputs
None
Outputs
files | an object |
---|
Definition
USING: namespaces ui.gestures ;
: com-file-drop ( -- files ) dropped-files get-global ;
Inputs
None
Outputs
files | an object |
---|
Definition
USING: namespaces ui.gestures ;
: com-file-drop ( -- files ) dropped-files get-global ;