Thin Windows shell access and bundle quiet validation
This commit is contained in:
@@ -17,5 +17,9 @@ void bind_runtime(AppRuntime* runtime) noexcept;
|
||||
[[nodiscard]] AppRuntime* bound_runtime() noexcept;
|
||||
void bind_wacom_tablet(WacomTablet* tablet) noexcept;
|
||||
[[nodiscard]] WacomTablet* bound_wacom_tablet() noexcept;
|
||||
[[nodiscard]] HWND main_window_handle() noexcept;
|
||||
[[nodiscard]] const wchar_t* main_window_title() noexcept;
|
||||
[[nodiscard]] bool main_window_sandboxed() noexcept;
|
||||
void set_main_window_sandboxed(bool sandboxed) noexcept;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user