SDL icon indicating copy to clipboard operation
SDL copied to clipboard

Location API?

Open icculus opened this issue 2 years ago • 3 comments

Wondering if this is worth adding...

icculus avatar May 29 '23 20:05 icculus

...Emscripten can use the browser's Geolocation API...

icculus avatar May 29 '23 23:05 icculus

The Linux platform should use the xdg-desktop-portal API instead: https://flatpak.github.io/xdg-desktop-portal/#gdbus-org.freedesktop.portal.Location

orowith2os avatar Jun 04 '23 18:06 orowith2os

Here's some example for SDL Location API, on linux/dbus ! https://github.com/libsdl-org/SDL/pull/7849

1bsyl avatar Jun 20 '23 07:06 1bsyl