set_touch_only
Description:
If touch_only
is true, this will only handle events of type
TOUCH_BEGIN,
TOUCH_UPDATE or
TOUCH_END.
If false, mouse events will be handled too.
Parameters:
this | |
touch_only |
whether this handles only touch events |