Convert some more enums

This commit is contained in:
Not-Nik 2023-07-11 19:14:05 +02:00
parent 3f046d9db7
commit 052ab7b75b
Failed to generate hash of commit
4 changed files with 29 additions and 20 deletions

View file

@ -859,7 +859,7 @@ pub const BlendMode = enum(c_int) {
blend_custom_separate = 7,
};
pub const Gestures = enum(c_int) {
pub const Gesture = enum(c_int) {
gesture_none = 0,
gesture_tap = 1,
gesture_doubletap = 2,