Packages

Native desktop GUI framework for Gleam, powered by Iced

Current section

Files

Jump to
plushie_gleam include plushie@event_SensorResize.hrl
Raw

include/plushie@event_SensorResize.hrl

-record(sensor_resize, {
id :: binary(),
scope :: list(binary()),
width :: float(),
height :: float()
}).