File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11# v1.0.3
22- Code cleanup
3- - Fixed swipe mode triggering while touching menu
3+ - Fixed swipe mode triggering while touching menu [ * Windows * , * Android * ]
44- Minor tweaks
55
66# v1.0.2
Original file line number Diff line number Diff line change @@ -678,11 +678,16 @@ class $modify(MyEditorUI, EditorUI) {
678678 };
679679 };
680680
681+ // hook is not currently bound on these platforms
682+ #if !defined(GEODE_IS_MACOS) && !defined(GEODE_IS_IOS)
683+
681684 void triggerSwipeMode () {
682685 // Only trigger if not already touching the menu
683686 if (!m_fields->m_dontSwipe ) EditorUI::triggerSwipeMode ();
684687 };
685688
689+ #endif
690+
686691 // Override mouse/touch events to catch selection changes and handle dragging
687692 bool ccTouchBegan (CCTouch * touch, CCEvent * event) {
688693 // Reset dragging state
You can’t perform that action at this time.
0 commit comments