Windows Messages
Operating system sends your application messages via SendMessage()
- Key press or button click
- Window needs redisplay
- Color palette has changed
Common Graphics translates most messages into generic function calls that you can hook into