summary refs log tree commit diff
path: root/src/gfz.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/gfz.zig')
-rw-r--r--src/gfz.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gfz.zig b/src/gfz.zig
index e68e158..31051dd 100644
--- a/src/gfz.zig
+++ b/src/gfz.zig
@@ -132,6 +132,7 @@ pub fn rawMouseMotionSupported() Error!bool {
 
 pub const Window = @import("Window.zig");
 pub const Key = input.Key;
+pub const Mods = input.Mods;
 
 test {
     try init();