mirror of
https://github.com/airstruck/luigi.git
synced 2025-12-19 02:16:43 +00:00
text entry, partial support
This commit is contained in:
@@ -131,6 +131,7 @@ end
|
||||
function Input:handlePressEnd (button, x, y, widget, accelerator)
|
||||
local widget = widget or self.layout:getWidgetAt(x, y)
|
||||
local originWidget = self.pressedWidgets[button]
|
||||
if not originWidget then return end
|
||||
originWidget.pressed = nil
|
||||
widget:bubbleEvent('PressEnd', {
|
||||
origin = originWidget,
|
||||
|
||||
Reference in New Issue
Block a user