This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
kjhammerle
/
cube-game-plus-plus
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
6cd45b740c
Ramuri
Etichete
exercises
master
cube-game-plus-...
/
client
/
input
/
Control.cpp
Control.cpp
97 B
Istoric
Crud
1
2
3
4
5
6
#include "client/input/Control.h"
void Control::tick() {
keys.tick();
buttons.tick();
}