summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorRay <[email protected]>2022-06-11 18:13:15 +0200
committerRay <[email protected]>2022-06-11 18:13:15 +0200
commitb9f617aaeeb98b01836556e7329dc7d6d82aa37a (patch)
tree4d738a5d146eb750a1604554bcde467a02dd1d95 /src
parent702f2bccfc337ca41bf13d4bbe848bb8e6267187 (diff)
downloadraylib-b9f617aaeeb98b01836556e7329dc7d6d82aa37a.tar.gz
raylib-b9f617aaeeb98b01836556e7329dc7d6d82aa37a.zip
Update raylib.h
Diffstat (limited to 'src')
-rw-r--r--src/raylib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raylib.h b/src/raylib.h
index 1a3d6a3f..f71f4105 100644
--- a/src/raylib.h
+++ b/src/raylib.h
@@ -501,7 +501,7 @@ typedef enum {
FLAG_WINDOW_ALWAYS_RUN = 0x00000100, // Set to allow windows running while minimized
FLAG_WINDOW_TRANSPARENT = 0x00000010, // Set to allow transparent framebuffer
FLAG_WINDOW_HIGHDPI = 0x00002000, // Set to support HighDPI
- FLAG_WINDOW_MOUSE_PASSTHROUGH = 0x00040000, // Set to support mouse passthrough, only supported when FLAG_WINDOW_UNDECORATED
+ FLAG_WINDOW_MOUSE_PASSTHROUGH = 0x00004000, // Set to support mouse passthrough, only supported when FLAG_WINDOW_UNDECORATED
FLAG_MSAA_4X_HINT = 0x00000020, // Set to try enabling MSAA 4X
FLAG_INTERLACED_HINT = 0x00010000 // Set to try enabling interlaced video format (for V3D)
} ConfigFlags;