new sub interface
This commit is contained in:
parent
04c70ee493
commit
f2770c8ac0
@ -213,7 +213,7 @@ end
|
|||||||
input.subscribe = subscription.create
|
input.subscribe = subscription.create
|
||||||
|
|
||||||
--Since the introduction of the relative subscriptions, there is more utility in ommiting coordinates by default
|
--Since the introduction of the relative subscriptions, there is more utility in ommiting coordinates by default
|
||||||
input.__call = function(s, eventType, callback, cbOff, x, y, w, h)
|
input.sub = function(eventType, callback, cbOff, x, y, w, h)
|
||||||
x = x or 0
|
x = x or 0
|
||||||
y = y or 0
|
y = y or 0
|
||||||
w = w or 1
|
w = w or 1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user