Packages

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

Current section

Files

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

include/agnostic@platform@opentui@effect_Rect.hrl

-record(rect, {
x :: integer(),
y :: integer(),
width :: integer(),
height :: integer()
}).