Search found 1 match
- Thu Jan 21, 2016 5:18 pm
- Forum: Libraries and Tools
- Topic: [Lib] SUIT - Simple User Interface Toolkit
- Replies: 82
- Views: 112606
Re: [Lib] SUIT - Simple User Interface Toolkit
Hello, SUIT works great for me if I'm testing on Windows with a mouse, but i'm developing for iOS. When I export to my iPhone and try to tap my ImageButton it doesn't trigger.hovered or .hit. Nothing fancy: suit.layout:reset(10,50) mapButton = suit.ImageButton(buttonImg, {align = "left"}, ...