This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
kjhammerle
/
cube-game-plus-plus
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
73fb1146cc
Rami (Branch)
Tag
exercises
master
cube-game-plus-...
/
client
/
input
/
Control.cpp
Control.cpp
97 B
Cronologia
Originale
1
2
3
4
5
6
#include "client/input/Control.h"
void Control::tick() {
keys.tick();
buttons.tick();
}