ZSurfaceView
3 items
vareventHandler
abstract var eventHandler: ZSurfaceViewEventHandler?
Represents an event handler that listens to surface-related events. Such as lifecycle and rendering updates, through ZSurfaceViewEventHandler.
abstract val surfaceHeight: Int
Represents the height of the rendering surface in logical pixels.
valsurfaceWidth
abstract val surfaceWidth: Int
Represents the width of the rendering surface in logical pixels.