Skip to content

Instantly share code, notes, and snippets.

@andreymusth
Created July 18, 2021 12:59
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/307498c106139d8b2e5b419553c32bee to your computer and use it in GitHub Desktop.
Save andreymusth/307498c106139d8b2e5b419553c32bee to your computer and use it in GitHub Desktop.
process 1
fun process(
pointerEvent: PointerInputEvent,
...
): ProcessResult {
// Gets a new PointerInputChangeEvent with the PointerInputEvent.
val internalPointerEvent =
pointerInputChangeEventProducer.produce(pointerEvent, positionCalculator)
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment