]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ui/gestures/gestures.factor
windows.dropfiles[-docs]: implement the file-drop gesture
[factor.git] / basis / ui / gestures / gestures.factor
index edabf341f658e635e99fc51a6ad2fd2337a89382..96b69477f42af160e0fb4ea2d422df9676e0096c 100644 (file)
@@ -360,6 +360,8 @@ M: button-down gesture>string
         #>> [ " " % # ] when*
     ] "" make ;
 
+M: file-drop gesture>string drop "Drop files" ;
+
 M: left-action gesture>string drop "Swipe left" ;
 
 M: right-action gesture>string drop "Swipe right" ;