glfw: add glfw.key.getName

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2021-10-23 10:30:40 -07:00 committed by Stephen Gutekanst
parent 6e3687e3aa
commit 3e466da662
2 changed files with 83 additions and 72 deletions

View file

@ -297,6 +297,7 @@ test "getVersionString" {
_ = Monitor;
_ = GammaRamp;
_ = Image;
_ = key;
_ = Joystick;
_ = VideoMode;
_ = Window;