love 0.9.2 support

This commit is contained in:
airstruck
2015-10-28 05:37:42 -04:00
parent 18f51c2ac3
commit 31b77234f5
4 changed files with 34 additions and 6 deletions

View File

@@ -126,7 +126,8 @@ function Input:handlePressStart (button, x, y)
self.passedWidgets[button] = widget
self:bubbleEvent('PressStart', widget, {
target = widget,
button = button, x = x, y = y
button = button,
x = x, y = y
})
end