Ajouts pour ignorer les touches "Y" et "Fn" dans l'engine.

This commit is contained in:
Marc-Eric Martel
2021-09-24 10:40:43 -04:00
parent 2f8e6dbb30
commit c34d0a0ef5
2 changed files with 12 additions and 9 deletions

View File

@@ -5,5 +5,5 @@
int main() {
Engine engine;
engine.SetMaxFps(60);
engine.Start("Syndicat Quebecois de la Construction Simulator 2021", 640, 480, false);
engine.Start("Syndicat Quebecois de la Construction Simulator 2021", 1920, 1080, true);
}