Oli Larkin

Results 245 comments of Oli Larkin

I feel that it's not a problem. I do this... ``` #ifdef OS_IOS AttachGestureRecognizer(EGestureType::DoubleTap, [](IControl* pControl, const IGestureInfo& info){ pControl->SetValueToDefault(); }); #endif ```

Double tap is a OS defined gesture on IOS so this way double tapping responds the same way as it does elsewhere in the OS. Not 100% sure but the...

But adding gesture recognizers could be problematic for other interactions, so I didn't think it was a good idea to do it by default for all i controls

can i close this or do you think it is something we should change?

Thanks for the PR. I can compile a universal libfreetype.a on macOS Ventura on an intel machine but it fails on if I try and build it on apple silicon...

PRs welcome. This stuff is a PITA. Are you trying to compile your iOS app with Catalyst?

Thanks for the code but it's not clear how it relates to the issue?

> Do we want to format 3rd party things like iPlug/Extras/HIIR/*? I'll remove it. I want to update HIIR and move it to Dependencies

> If I run clang format locally I get different results in relation to trailing comments. what version of clang format are you on (and are we working towards)? >...