mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
NoMouse option
This commit is contained in:
parent
266b80d332
commit
623da953c1
2 changed files with 2 additions and 1 deletions
|
@ -50,6 +50,7 @@ namespace Beefy
|
|||
AllowFullscreen = 0x0800'0000,
|
||||
AcceptFiles = 0x1000'0000,
|
||||
NoShow = 0x2000'0000,
|
||||
NoMouse = 0x4000'0000,
|
||||
};
|
||||
|
||||
[AllowDuplicates]
|
||||
|
|
|
@ -125,7 +125,7 @@ namespace Beefy.widgets
|
|||
}
|
||||
|
||||
#if BF_PLATFORM_WINDOWS
|
||||
[CLink, CallingConvention(.Stdcall)]
|
||||
[Import("user32.lib"), CLink, CallingConvention(.Stdcall)]
|
||||
static extern int16 GetKeyState(int nVirtKey);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue