mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +00:00
f0aa0f99fd
and get_longitude are gone now in place of get_position. Basically, from C land we basically do a poll-style queries, but on the implementation side (ie. Android/iOS/OSX) - they all use callback-based location updates. So we simply check in the poll function (get_position) whether position has changed, and if so, update the pointer values and return true - if not, set them to 0 and return false. |
||
---|---|---|
.. | ||
android.c |