Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- case WM_SIZE:
- {
- UINT width = LOWORD(lParam);
- UINT height = HIWORD(lParam);
- if(width <= 0 || height <= 0) { break; }
- // rest of the code here, dont call "platform_get_window_size"
- } break;
Add Comment
Please, Sign In to add comment