Current section
Files
Jump to
Current section
Files
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()
}).