mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
NoMouse support
This commit is contained in:
parent
a28fe5be7d
commit
4f8c820b34
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue