1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00

NoMouse support

This commit is contained in:
Brian Fiete 2024-08-12 14:11:26 -04:00
parent a28fe5be7d
commit 4f8c820b34

View file

@ -56,7 +56,8 @@ enum
BFWINDOW_SHOWMAXIMIZED = 0x4000000,
BFWINDOW_ALLOW_FULLSCREEN = 0x8000000,
BFWINDOW_ACCEPTFILES = 0x10000000,
BFWINDOW_NOSHOW = 0x20000000
BFWINDOW_NOSHOW = 0x20000000,
BFWINDOW_NO_MOUSE = 0x40000000
};