Home
last modified time | relevance | path

Searched defs:obs_modeless_ui (Results 1 – 1 of 1) sorted by relevance

/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs/
H A Dobs-ui.h84 struct obs_modeless_ui { struct
85 const char *id; /**< Identifier associated with this UI */
86 const char *task; /**< Task of the UI */
87 const char *target; /**< UI target (UI toolkit or program name) */
118 EXPORT void obs_register_modeless_ui(const struct obs_modeless_ui *info); argument