Package-level declarations

Types

Link copied to clipboard
data class ZMouseEvent(val x: Float, val y: Float, val prevX: Float, val prevY: Float, val deltaX: Float, val deltaY: Float, val velocityX: Float, val velocityY: Float, val accelerationX: Float, val accelerationY: Float, val type: ZMouseEventType, val timestamp: Long, val button: Int, val buttons: Int)

Represents a mouse event with position, movement, velocity, and acceleration data.

Link copied to clipboard

Represents the type of a mouse event.

Link copied to clipboard

Interface for handling mouse events on ZObject instances.