use Control or Alt under Linux for Maya style mouse control (Ubuntu hijacks Alt)
This commit is contained in:
@@ -195,7 +195,7 @@ struct InternalDataRenderer : public GLInstanceRendererInternalData
|
||||
|
||||
void mouseMoveCallback(float x, float y)
|
||||
{
|
||||
if (m_altPressed)
|
||||
if (m_altPressed || m_controlPressed)
|
||||
{
|
||||
float xDelta = x-m_mouseXpos;
|
||||
float yDelta = y-m_mouseYpos;
|
||||
|
||||
Reference in New Issue
Block a user