Example #1
0
 private static extern bool TranslateMessage(ref EventLoop.MSG lpMsg);
Example #2
0
 private static extern IntPtr DispatchMessage(ref EventLoop.MSG lpMsg);
Example #3
0
 private static extern bool PeekMessage(out EventLoop.MSG lpMsg, IntPtr hwnd, uint wMsgFilterMin, uint wMsgFilterMax, uint wRemoveMsg);