Make hyphenation consistent
This commit is contained in:
@@ -51,7 +51,7 @@
|
|||||||
(pinch [this ip1 ip2 p1 p2]
|
(pinch [this ip1 ip2 p1 p2]
|
||||||
(execute-fn! on-pinch
|
(execute-fn! on-pinch
|
||||||
:initial-pointer-1 ip1 :initial-pointer-2 ip2
|
:initial-pointer-1 ip1 :initial-pointer-2 ip2
|
||||||
:pointer1 p1 :pointer2 p2)
|
:pointer-1 p1 :pointer-2 p2)
|
||||||
false)
|
false)
|
||||||
(tap [this x y c b]
|
(tap [this x y c b]
|
||||||
(execute-fn! on-tap :input-x x :input-y y :count c :button b)
|
(execute-fn! on-tap :input-x x :input-y y :count c :button b)
|
||||||
|
|||||||
Reference in New Issue
Block a user