Packages

A terminal wrapper for Gleam

Current section

Files

Jump to
glerm include glerm_MouseDown.hrl
Raw

include/glerm_MouseDown.hrl

-record(mouse_down, {
button :: glerm:mouse_button(),
modifier :: gleam@option:option(glerm:modifier())
}).