Input

interface Input

Defines the safe render area model that is available to be read from by the processor.

Functions

subscribeTo
Link copied to clipboard
abstract fun subscribeTo(onSafeRenderAreaAvailable: Consumer<Rect>): Closeable
Subscribes to the provided onSafeRenderAreaAvailable to be notified when a new safe render area Rect is available for this input.