Home | History | Annotate | Download | only in demos

Lines Matching defs:WndProc

1515 // On MS-Windows, make this a global, so it's available to WndProc()
1519 LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam) {
1555 win_class.lpfnWndProc = WndProc;