| 267 | } |
| 268 | |
| 269 | void startCapture(int delay) |
| 270 | { |
| 271 | if (g_bPause) |
| 272 | { |
| 273 | displayMessage("Cannot record when paused!"); |
| 274 | } |
| 275 | else |
| 276 | { |
| 277 | captureStart(delay); |
| 278 | } |
| 279 | } |
| 280 | |
| 281 | void createKeyboardMap() |
| 282 | { |
nothing calls this directly
no test coverage detected