Companion

object Companion

Properties

Link copied to clipboard
const val CONTINUOUS: Int = 4

Forces continuous type for the event. Regardless if continuous event isn't ongoing.

Link copied to clipboard
const val CONTINUOUS_END: Int = 1

End of a continuous event. To be used with touchEnd.

Link copied to clipboard
const val CONTINUOUS_START: Int = 0

Start of a continuous event. To be used with touchStart.

Link copied to clipboard
const val DISCRETE: Int = 3

Forces discrete type for the event. Regardless if continuous event is ongoing.

Link copied to clipboard
const val UNSPECIFIED: Int = 2

Priority for this event will be determined from other events in the queue. If it is triggered by continuous event, its priority will be default. If it is not triggered by continuous event, its priority will be discrete.