static bool get_keycode(int button_no);
Returns true if the specified button is down on the keyboard.This static function is an easier way of writing CL_Input::keyboards[0]->get_button->is_pressed();
Back to index