mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-30 21:30:03 -04:00
Better events handling for win32
This commit is contained in:
@@ -564,6 +564,9 @@ extern "system" {
|
||||
// http://msdn.microsoft.com/en-us/library/dd145167(v=vs.85).aspx
|
||||
pub fn UpdateWindow(hWnd: HWND) -> BOOL;
|
||||
|
||||
// http://msdn.microsoft.com/en-us/library/windows/desktop/ms644956(v=vs.85).aspx
|
||||
pub fn WaitMessage() -> BOOL;
|
||||
|
||||
// http://msdn.microsoft.com/en-us/library/windows/desktop/dd374379(v=vs.85).aspx
|
||||
pub fn wglCreateContext(hdc: HDC) -> HGLRC;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user