RawInkSession
Exclusive, generation-aware owner of the firmware raw-ink overlay.
All lifecycle, input, surface, and commit commands are processed on one private queue. The public suspend functions may be called from any dispatcher.
Types
Properties
Functions
Link copied to clipboard
Closes the session and waits for all firmware cleanup to finish.
Link copied to clipboard
open suspend override fun commit(bitmap: Bitmap, destination: Rect, dirtyRegion: Rect = destination, options: CommitOptions = CommitOptions()): Result<CommitReceipt>
Posts a bitmap beneath the overlay and restores raw-ink rendering afterward.