#include "gui/menu.hpp"
#include <math.h>
#include <stdexcept>
#include "control/joystickkeyboardcontroller.hpp"
#include "gui/menu_item.hpp"
#include "gui/menu_manager.hpp"
#include "gui/mousecursor.hpp"
#include "supertux/globals.hpp"
#include "supertux/screen_manager.hpp"
#include "supertux/resources.hpp"
#include "supertux/timer.hpp"
#include "util/gettext.hpp"
#include "video/drawing_context.hpp"
#include "video/font.hpp"
Go to the source code of this file.
Variables | |
static const float | MENU_REPEAT_INITIAL = 0.4f |
static const float | MENU_REPEAT_RATE = 0.1f |
const float MENU_REPEAT_INITIAL = 0.4f [static] |
const float MENU_REPEAT_RATE = 0.1f [static] |