Move Win32 bindings into runtime state
This commit is contained in:
@@ -8,6 +8,10 @@ class WacomTablet;
|
||||
|
||||
namespace pp::platform::windows {
|
||||
|
||||
void bind_app(App* app) noexcept;
|
||||
[[nodiscard]] App* bound_app() noexcept;
|
||||
void release_bound_app() noexcept;
|
||||
[[nodiscard]] WacomTablet* bound_wacom_tablet() noexcept;
|
||||
[[nodiscard]] std::unique_ptr<App>& retained_owned_app() noexcept;
|
||||
[[nodiscard]] WacomTablet& retained_wacom_tablet() noexcept;
|
||||
[[nodiscard]] AppRuntime* retained_bound_runtime() noexcept;
|
||||
|
||||
Reference in New Issue
Block a user