This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
kjhammerle
/
cube-game-plus-plus
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
ad8be1d9ca
Dallar
Biçim İmleri
exercises
master
cube-game-plus-...
/
client
/
input
/
Control.cpp
Control.cpp
97 B
Geçmiş
Ham
1
2
3
4
5
6
#include "client/input/Control.h"
void Control::tick() {
keys.tick();
buttons.tick();
}