Window Procedures
Total 2 Posts
In Win32 application programming, a window procedure is a user-defined callback function that processes messages sent to a window.
Handling Important Windows Events
Important Windows events that a window procedure of a real-time game has to handle are covered. This is the fundamental framework for windowed games.
A real-world Windows application
This tutorial teaches how to define and create a window in Windows. Additionally a robust real-time game loop and window procedure are explained in detail.