MouseScrollUnit.Page


data class MouseScrollUnit.Page : MouseScrollUnit


Indicates that scrolling should be performed by value pages.

Some platforms don't emit scrolling events by Page units.

Scrolling by one page usually means that we should scroll by one container's height (in which scroll event occurs), or by one real page in some document.

Summary

Public constructors

Page(value: Float)

Public properties

Float

Public constructors

Page

Page(value: Float)

Public properties

value

val valueFloat