obs-studio/UI/obs-frontend-api
Nick Stockton 54da8eca85 obs-frontend-api: Access system tray icon from API
All UI elements are accessible through the obs frontend api via
obs_frontend_api_get_main_window, except for the tray icon and its
elements. This commit adds an obs_frontend_api_get_system_tray function
which returns the pointer to the QSystemTrayIcon cast to void (much like
the QMainWindow pointer for the main window).
2019-04-04 07:55:19 -04:00
..
CMakeLists.txt obs-frontend-api: Add library version 2016-10-16 00:08:49 -07:00
obs-frontend-api.cpp obs-frontend-api: Access system tray icon from API 2019-04-04 07:55:19 -04:00
obs-frontend-api.h obs-frontend-api: Access system tray icon from API 2019-04-04 07:55:19 -04:00
obs-frontend-internal.hpp obs-frontend-api: Access system tray icon from API 2019-04-04 07:55:19 -04:00