EventMouseScroll

class EventMouseScroll(val mouseWheelRotation: Int) : IncomingGameMessage

Mouse scroll message is sent whenever the user scrolls using their mouse.

Constructors

Link copied to clipboard
constructor(mouseWheelRotation: Int)

Properties

Link copied to clipboard
open override val category: ClientProtCategory
Link copied to clipboard

the number of "clicks" the mouse wheel has rotated. If the mouse wheel was rotated up/away from the user, negative value is sent, and if the wheel was rotated down/towards the user, a positive value is sent.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String