Packages

A platform agnostic Elm-like framework (soft-fork of Lustre)

Current section

Files

Jump to
agnostic include agnostic@platform@opentui@effect_ScrollExtents.hrl
Raw

include/agnostic@platform@opentui@effect_ScrollExtents.hrl

-record(scroll_extents, {
content_width :: integer(),
content_height :: integer(),
viewport_width :: integer(),
viewport_height :: integer(),
scroll_x :: integer(),
scroll_y :: integer()
}).