This commit is contained in:
andreja6
2018-12-03 14:37:39 -08:00
parent 69d78f139f
commit 828584a2d9

View File

@@ -1470,6 +1470,10 @@ void Demo::onKeyPressed(int key)
{ {
deleteInstance(); deleteInstance();
} }
if(key=='R')
{
running = true;
}
if(dragging) if(dragging)
{ {
if(key == 'T') if(key == 'T')