Make KeyboardKey a non-exhaustive enum to avoid crashes with unmapped keys. (#319)
Make KeyboardKey a non-exhaustive enum
This commit is contained in:
parent
cd71c85d57
commit
99863b20b4
1 changed files with 1 additions and 0 deletions
|
|
@ -1819,6 +1819,7 @@ pub const KeyboardKey = enum(c_int) {
|
||||||
//menu = 82,
|
//menu = 82,
|
||||||
volume_up = 24,
|
volume_up = 24,
|
||||||
volume_down = 25,
|
volume_down = 25,
|
||||||
|
_,
|
||||||
};
|
};
|
||||||
|
|
||||||
pub const MouseButton = enum(c_int) {
|
pub const MouseButton = enum(c_int) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue