mirror of
https://github.com/odin-lang/Odin.git
synced 2026-08-14 09:44:26 +00:00
Merge pull request #7264 from LucasCzerny/missing_unregisterhotkey
Added UnregisterHotKey to user32.odin
This commit is contained in:
@@ -34,6 +34,7 @@ foreign user32 {
|
||||
UnregisterClassW :: proc(lpClassName: LPCWSTR, hInstance: HINSTANCE) -> BOOL ---
|
||||
|
||||
RegisterHotKey :: proc(hnwd: HWND, id: c_int, fsModifiers: UINT, vk: UINT) -> BOOL ---
|
||||
UnregisterHotKey :: proc(hnwd: HWND, id: c_int) -> BOOL ---
|
||||
|
||||
CreateWindowExW :: proc(
|
||||
dwExStyle: DWORD,
|
||||
|
||||
Reference in New Issue
Block a user