Game Development Reference
In-Depth Information
The auto-repeat values are picked to follow those typically used by developers in modern
operating systems:
const float g_KeyTypematicDelay = 0.2f; // 200 ms delay
const float g_KeyTypematicRate = 0.03f; // 33 Hz repeat rate
Our original MultiBricks game contains a Pause button. You can implement it as an
exercise using the page-based user interface described in the Chapter 9 , Writing a
Picture Puzzle Game .
See also…
F Writing the match-3 game
F The Page-based user interface recipe in Chapter 9, Writing a Picture Puzzle Game
 
Search WWH ::




Custom Search