Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@andreymusth
Created July 18, 2021 13:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andreymusth/6f5e89b72ef885bc42409b541477d209 to your computer and use it in GitHub Desktop.
Save andreymusth/6f5e89b72ef885bc42409b541477d209 to your computer and use it in GitHub Desktop.
pointerinput change
class PointerInputChange(
val id: PointerId,
val uptimeMillis: Long,
val position: Offset,
val pressed: Boolean,
val previousUptimeMillis: Long,
val previousPosition: Offset,
val previousPressed: Boolean,
val consumed: ConsumedData,
val type: PointerType = PointerType.Touch
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment