Sparky983 / vision-gui

A minimal GUI API for Paper
http://vision.sparky983.me
MIT License
15 stars 0 forks source link

Replace `ClickType` with sealed type and records #176

Open Sparky983 opened 11 months ago

Sparky983 commented 11 months ago

Motivation

It's currently impossible to which number key was used with for ClickType.NUMBER_KEY clicks.

Alternatives

An int number() could simply be added to Click, however that would not be type safe.