Home
last modified time | relevance | path

Searched refs:button_medium (Results 1 – 2 of 2) sorted by relevance

/dports/games/gigalomania/gigalomaniasrc/
H A Dgui.h51 Button *button_medium; variable
H A Dgui.cpp134 this->button_medium = new Button(120, 120, "MEDIUM", game_g->letters_large); in ChooseDifficultyPanel()
135 this->addToPanel(0, button_medium); in ChooseDifficultyPanel()
155 else if( m_left && click && this->button_medium->mouseOver(m_x, m_y) ) { in input()