1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-04 23:36:00 +02:00

Disabled Alt+Enter

This commit is contained in:
Brian Fiete 2020-05-11 10:31:12 -07:00
parent a30ad3d9d2
commit 962ebba6e9
5 changed files with 12 additions and 6 deletions

View file

@ -47,6 +47,7 @@ namespace Beefy
FakeFocus = 0x0100'0000,
ShowMinimized = 0x0200'0000,
ShowMaximized = 0x0400'0000,
AllowFullscreen = 0x0800'0000,
};
[AllowDuplicates]