Allow changing onClick handler in Element
This commit is contained in:
parent
3e56e8c9d6
commit
692d1a82b9
@ -167,4 +167,8 @@ function Element:handleEvent(evt)
|
||||
return false
|
||||
end
|
||||
|
||||
function Element:setOnClick(onClick)
|
||||
self.onClick = onClick
|
||||
end
|
||||
|
||||
return Element
|
Loading…
x
Reference in New Issue
Block a user