Changed cursor
This commit is contained in:
parent
526ab00c33
commit
61afefa6b5
6 changed files with 57 additions and 3 deletions
|
@ -82,6 +82,12 @@ void MainWindow::OnYChanged(double y)
|
|||
activePlanet->position.ry() = y;
|
||||
}
|
||||
|
||||
void MainWindow::OnDelete()
|
||||
{
|
||||
ui.screen->DeletePlanet(activePlanet);
|
||||
ClosePlanetDialog();
|
||||
}
|
||||
|
||||
void MainWindow::OnToggle()
|
||||
{
|
||||
isSimulating = !isSimulating;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue