]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ui/gestures/gestures.factor
ui.gestures[-docs]: add the file-drop gesture and the dropped-files symbol
[factor.git] / basis / ui / gestures / gestures.factor
index 833f642236355e99c748c80b98c0c5b950b61810..edabf341f658e635e99fc51a6ad2fd2337a89382 100644 (file)
@@ -79,6 +79,9 @@ M: user-input-tuple send-queued-gesture
 TUPLE: drag # ;             C: <drag> drag
 TUPLE: button-up mods # ;   C: <button-up> button-up
 TUPLE: button-down mods # ; C: <button-down> button-down
+TUPLE: file-drop mods ;     C: <file-drop> file-drop
+
+SYMBOL: dropped-files
 
 SINGLETONS:
     motion