- Implement input handling in input.c - test successful - Add missing function showPauseScreen to menu.h/c
6 lines
219 B
C
6 lines
219 B
C
#pragma once
|
|
|
|
// checks for and processes queued SDL input events and passes them
|
|
// to menu.c or controls snake depending on current game.gameState
|
|
// => has to be run repeatedly from main()
|
|
void processInputEvent(); |