Multiple local inputs. You can now play with your 3 friends locally, fighting over the same keyboard.
This commit is contained in:
@@ -46,9 +46,9 @@ int main() {
|
||||
presentation_state_machine.current->tick(presentation_state_machine.current);
|
||||
}
|
||||
|
||||
if(IsKeyPressed(KEY_F)) {
|
||||
ToggleFullscreen();
|
||||
}
|
||||
// if(IsKeyPressed(KEY_F)) { // TODO: SS - Add this back, but not 'F'.
|
||||
// ToggleFullscreen();
|
||||
// }
|
||||
|
||||
// Render.
|
||||
BeginDrawing();
|
||||
|
||||
Reference in New Issue
Block a user