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
@@ -367,6 +367,16 @@ namespace AtomToolsFramework
m_inputChannelMapper->SetCursorCaptureEnabled(false);
}
void RenderViewportWidget::PushOverrideCursor(/*enum*/)
{
m_inputChannelMapper->PushCursor();
}
void RenderViewportWidget::PopOverrideCursor()
{
m_inputChannelMapper->PopCursor();
}
void RenderViewportWidget::SetWindowTitle(const AZStd::string& title)
{
setWindowTitle(QString::fromUtf8(title.c_str()));