diff options
| author | JooperGH <alexandredmfs@gmail.com> | 2022-12-19 11:43:16 +0000 |
|---|---|---|
| committer | JooperGH <alexandredmfs@gmail.com> | 2022-12-19 11:43:16 +0000 |
| commit | de0d86088020df8185a9b1900273d86c7c60596d (patch) | |
| tree | a3f4de57f035485aa01fed556a4f22a01df1290a /core/sys/windows/user32.odin | |
| parent | 521ed286321a30e5742a432effefb2c98b9484a7 (diff) | |
Added more DWMAPI bindings
Diffstat (limited to 'core/sys/windows/user32.odin')
| -rw-r--r-- | core/sys/windows/user32.odin | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/sys/windows/user32.odin b/core/sys/windows/user32.odin index 9a30e6454..2434de13f 100644 --- a/core/sys/windows/user32.odin +++ b/core/sys/windows/user32.odin @@ -202,6 +202,8 @@ foreign user32 { GetRawInputDeviceList :: proc(pRawInputDeviceList: PRAWINPUTDEVICELIST, puiNumDevices: PUINT, cbSize: UINT) -> UINT --- GetRegisteredRawInputDevices :: proc(pRawInputDevices: PRAWINPUTDEVICE, puiNumDevices: PUINT, cbSize: UINT) -> UINT --- RegisterRawInputDevices :: proc(pRawInputDevices: PCRAWINPUTDEVICE, uiNumDevices: UINT, cbSize: UINT) -> BOOL --- + + SetLayeredWindowAttributes :: proc(hWnd: HWND, crKey: COLORREF, bAlpha: BYTE, dwFlags: DWORD) -> BOOL --- } CreateWindowW :: #force_inline proc "stdcall" ( |