Edit a TODO comment
This commit is contained in:
parent
1551d70e88
commit
5c2d09abc1
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue