From: George C. <geo...@gm...> - 2025-03-01 16:32:51
|
Hi I wrote a set of examples. https://github.com/George66/Factor John, please correct factor/basis/ui/gestures/gestures-docs.factor ARTICLE: "mouse-gestures" "Mouse gestures" As far as I understand "T{ button-down f 1 }" and "T{ button-down f f }" are not suitable, .it must be "T{ button-down f f 1 }" and "T{ button-down f f f }" ; see "button-down" George |