Changed the autorun keys to 'g' for go, and 'h' for halt.
This commit is contained in:
parent
321a404f05
commit
a1709abbee
@ -833,7 +833,7 @@ bool SlideEventHandler::handle(const osgGA::GUIEventAdapter& ea,osgGA::GUIAction
|
|||||||
|
|
||||||
_timeLastKeyPresses = time;
|
_timeLastKeyPresses = time;
|
||||||
|
|
||||||
if (ea.getKey()=='a')
|
if (ea.getKey()=='g')
|
||||||
{
|
{
|
||||||
if (!_autoSteppingActive)
|
if (!_autoSteppingActive)
|
||||||
{
|
{
|
||||||
@ -842,7 +842,7 @@ bool SlideEventHandler::handle(const osgGA::GUIEventAdapter& ea,osgGA::GUIAction
|
|||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
else if (ea.getKey()=='q')
|
else if (ea.getKey()=='h')
|
||||||
{
|
{
|
||||||
if (_autoSteppingActive)
|
if (_autoSteppingActive)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user