Edit a TODO comment

This commit is contained in:
Username404-59 2021-05-02 11:08:37 +02:00
parent 1551d70e88
commit 5c2d09abc1
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ object ClickGui: SnowyScreen() {
override fun mouseReleased(d: Double, e: Double, i: Int): Boolean { boxContext { it.buttons.values.forEach { elem -> elem.mouseReleased(d, e, i) } }; return false } override fun mouseReleased(d: Double, e: Double, i: Int): Boolean { boxContext { it.buttons.values.forEach { elem -> elem.mouseReleased(d, e, i) } }; return false }
override fun mouseScrolled(d: Double, e: Double, f: Double): Boolean { override fun mouseScrolled(d: Double, e: Double, f: Double): Boolean {
boxContext { boxContext {
it.scrollBar.height // TODO Implement scrolling it.scrollBar.height // TODO Implement scrolling using the f argument
} }
return false return false
} }