[orx-view-box] Add options to disable input translation, add mouse.position

This commit is contained in:
Edwin Jakobs
2022-11-30 22:19:30 +01:00
parent aa85a459ae
commit f849bb8e12
2 changed files with 90 additions and 57 deletions

View File

@@ -37,6 +37,7 @@ fun main() {
extend(Camera2D())
extend {
drawer.rectangle(20.0, 20.0, 100.0, 100.0)
drawer.circle(mouse.position, 10.0)
}
}