ZResizable

interface ZResizable(source)

An interface for objects that will listen to changes on the viewport dimensions.

Inheritors

Functions

Link copied to clipboard
abstract fun onViewportResize(width: Int, height: Int)

Notifies the listener when the viewport dimensions change.