Control.cpp 97 B

123456
  1. #include "client/input/Control.h"
  2. void Control::tick() {
  3. keys.tick();
  4. buttons.tick();
  5. }