Created
March 3, 2023 14:35
-
-
Save offalynne/d24de43959278dff463702d0bff16804 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var _ios_on_macos = false; | |
if (os_type == os_ios) | |
{ | |
var _map = os_get_info(); | |
if (_map != undefined) | |
{ | |
_ios_on_macos = (string_pos("mac", string_lower(string(_map[? "hwModel"]))) > 0); | |
ds_map_destroy(_map) | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment