cleanup, docs

This commit is contained in:
airstruck
2015-11-04 15:08:14 -05:00
parent ad9c954e7b
commit 74fc748e3b
13 changed files with 1949 additions and 189 deletions

View File

@@ -120,7 +120,7 @@ function Input:handlePressStart (button, x, y, widget, accelerator)
widget.pressed = true
self.pressedWidgets[button] = widget
self.passedWidgets[button] = widget
self.layout:tryFocus(widget)
widget:focus()
widget:bubbleEvent('PressStart', {
button = button,
accelerator = accelerator,