initial wip code to update cursor states

Signed-off-by: hultonha <hultonha@amazon.co.uk>
This commit is contained in:
hultonha
2021-10-14 18:23:55 +01:00
parent 716c561cb7
commit 1d6542c274
6 changed files with 58 additions and 0 deletions
@@ -102,6 +102,8 @@ namespace AtomToolsFramework
void BeginCursorCapture() override;
void EndCursorCapture() override;
bool IsMouseOver() const override;
void PushOverrideCursor(/*enum*/) override;
void PopOverrideCursor() override;
// AzFramework::WindowRequestBus::Handler overrides ...
void SetWindowTitle(const AZStd::string& title) override;