[Webkit-unassigned] [Bug 206033] Standard gamepad mapping for GameControllerGamepads

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 13 18:02:35 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=206033

--- Comment #9 from James Howard <jameshoward at mac.com> ---
> Did they really only get added in a .1 version? (checks notes.... they did but I think it will be ok to just use  __MAC_OS_X_VERSION_MIN_REQUIRED >= 101400 since we compile with a newer SDK)

GCExtendedGamepad.h:108:68: note: 'leftThumbstickButton' has been marked as being introduced in macOS 10.14.1 here, but the deployment target is macOS 10.14.0

Looks like we weren't able to get away with 101400 :/

How should I handle this? If we can't use the @available approach, then pragma disable Wunguarded-availability-new and then check respondsToSelector for these?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200114/6a9af720/attachment.htm>


More information about the webkit-unassigned mailing list