ZObjectTouchListener

Interface for handling touch events on ZObject instances.

Implement this interface to receive touch events for a specific ZObject. The listener will be called whenever a touch event occurs and the object has this listener registered.

Functions

Link copied to clipboard
abstract fun onTouchEvent(obj: ZObject, event: ZTouchEvent)

Called when a touch event occurs for the associated ZObject.