My wife accidentally left a silicone basting brush too close to a burner on our gas stove and melted the ABS handle: She was OK with using the basting brush with the bent handle, but I thought that…| Gas station without pumps
The last post in this series was on writing to the console; this post I'd like to go over handling events within the Windows Console. There are two types of events we're interested in: Keyboard Events and Mouse Events. The rest of the type of events we're going to ignore (and MSDN actually advises this on a couple internally used event types). In order to read keyboard events and mouse events, we need to get a record of all events that have occurred to the console since the last time these ev...| Randy Gaul's Game Programming Blog