From 3d0f88fcf9a262680c19bd5c44e407a02c409dcf Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Thu, 18 Feb 2021 21:41:46 +0200 Subject: iOS: Working on touch event handling Handle finger down, motion, and up events to implement basic taps, long presses, and inertia scrolling. Much finetuning still to be done, and certain widgets like input fields and scrollbars need a direct drag mode (they were working fine via the "mouse" events already). --- src/ios.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ios.h') diff --git a/src/ios.h b/src/ios.h index 7217e74a..09c514b0 100644 --- a/src/ios.h +++ b/src/ios.h @@ -24,4 +24,5 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ #include "ui/util.h" +void setupApplication_iOS (void); -- cgit v1.2.3