initial wip code to update cursor states
Signed-off-by: hultonha <hultonha@amazon.co.uk>
This commit is contained in:
@@ -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()));
|
||||
|
||||
Reference in New Issue
Block a user