about summary refs log tree commit diff
path: root/src/gfz.zig
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-10-29 18:00:28 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-10-29 18:00:28 +0700
commitbbd457fc16a8d4a637ca08686a584a7d08744509 (patch)
treebbb2b3b510bdbcc011b512f4186ef4915c49f493 /src/gfz.zig
parentd04c5c426841964ea8c525e3610b87f191847cf3 (diff)
downloadgfz-bbd457fc16a8d4a637ca08686a584a7d08744509.tar.gz
Wrap mouse buttons and actions
Diffstat (limited to 'src/gfz.zig')
-rw-r--r--src/gfz.zig2
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();