Better events handling for win32
This commit is contained in:
parent
7a8e7a7922
commit
1e615b59a6
2 changed files with 11 additions and 31 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue