diff options
| author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-10-29 18:00:28 +0700 |
|---|---|---|
| committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-10-29 18:00:28 +0700 |
| commit | bbd457fc16a8d4a637ca08686a584a7d08744509 (patch) | |
| tree | bbb2b3b510bdbcc011b512f4186ef4915c49f493 /src/gfz.zig | |
| parent | d04c5c426841964ea8c525e3610b87f191847cf3 (diff) | |
| download | gfz-bbd457fc16a8d4a637ca08686a584a7d08744509.tar.gz | |
Wrap mouse buttons and actions
Diffstat (limited to 'src/gfz.zig')
| -rw-r--r-- | src/gfz.zig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gfz.zig b/src/gfz.zig index 31051dd..83c89aa 100644 --- a/src/gfz.zig +++ b/src/gfz.zig @@ -132,7 +132,9 @@ pub fn rawMouseMotionSupported() Error!bool { pub const Window = @import("Window.zig"); pub const Key = input.Key; +pub const KeyAction = input.KeyAction; pub const Mods = input.Mods; +pub const MouseButton = input.MouseButton; test { try init(); |
