table of contents
other versions
- experimental 3.5~git20260804~f661f37+ds-1
| SDL_PROP_GLOBAL_SYSTEM_UBUNTU_TOUCH_HOOK_STRING(3) | SDL3 FUNCTIONS | SDL_PROP_GLOBAL_SYSTEM_UBUNTU_TOUCH_HOOK_STRING(3) |
NAME¶
SDL_PROP_GLOBAL_SYSTEM_UBUNTU_TOUCH_HOOK_STRING - The identifier for the specific hook which launched the current executable, as reported in the manifest.
SYNOPSIS¶
#include <SDL3/SDL_system.h>
#define SDL_PROP_GLOBAL_SYSTEM_UBUNTU_TOUCH_HOOK_STRING "SDL.system.ubuntu_touch.hook"
DESCRIPTION¶
This is relevant for application packages that ship multiple applications with their desktop files; they will have the same app ID but will differ by their hook.
AVAILABILITY¶
This macro is available since SDL 3.6.0.
SEE ALSO¶
| SDL 3.5.0 | Simple Directmedia Layer |