This website works better with JavaScript
Startsida
Utforska
Hjälp
Logga in
kjhammerle
/
cube-game-plus-plus
Bevaka
1
Stjärnmärk
0
Fork
0
Filer
Ärenden
0
Pull-förfrågningar
0
Wiki
Träd:
cec235d29d
Grenar
Taggar
exercises
master
cube-game-plus-...
/
client
/
input
/
Control.cpp
Control.cpp
97 B
Historik
Rå
1
2
3
4
5
6
#
include
"client/input/Control.h"
void
Control::tick
()
{
keys.tick();
buttons.tick();
}