#include "client/input/Control.h"

void Control::tick() {
    keys.tick();
    buttons.tick();
}