This website works better with JavaScript
Home
Verkennen
Help
Inloggen
kjhammerle
/
cube-game-plus-plus
Volgen
1
Ster
0
Vork
0
Bestanden
Issues
0
Pull-aanvragen
0
Wiki
Boom:
73fb1146cc
Aftakkingen
Labels
exercises
master
cube-game-plus-...
/
client
/
input
/
Control.cpp
Control.cpp
97 B
Geschiedenis
Ruwe
1
2
3
4
5
6
#include "client/input/Control.h"
void Control::tick() {
keys.tick();
buttons.tick();
}