This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
kjhammerle
/
cube-game-plus-plus
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
ad8be1d9ca
Větve
Značky
exercises
master
cube-game-plus-...
/
client
/
input
/
Control.cpp
Control.cpp
97 B
Historie
Surový
1
2
3
4
5
6
#include "client/input/Control.h"
void Control::tick() {
keys.tick();
buttons.tick();
}