This website works better with JavaScript
صفحهٔ اصلی
گشتوگذار
راهنما
ورود
kjhammerle
/
cube-game-plus-plus
دنبال کردن
1
ستاره دار
0
انشعاب
0
پروندهها
مشکلات
0
درخواست واکشی
0
ویکی
درخت:
ab55794d6b
شاخهها
تگها
exercises
master
cube-game-plus-...
/
client
/
input
/
Control.cpp
Control.cpp
97 B
تاريخچه
خام
1
2
3
4
5
6
#include "client/input/Control.h"
void Control::tick() {
keys.tick();
buttons.tick();
}