MouseScrollUnit.Line


data class MouseScrollUnit.Line : MouseScrollUnit


Indicates that scrolling should be performed by value lines.

On different platforms one tick of wheel rotation may cause different value.

Scrolling by one line usually means that we should scroll by some fixed offset, or by offset dependent on the container's bounds (in which scroll event occurs), or by one real text line in some document.

Summary

Public constructors

Line(value: Float)

Public properties

Float

Public constructors

Line

Line(value: Float)

Public properties

value

val valueFloat