Home
last modified time | relevance | path

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

/dports/games/gigalomania/gigalomaniasrc/
H A Dgamestate.cpp255 this->confirm_button_3 = NULL; in GameState()
371 confirm_button_3 = NULL; in closeConfirmWindow()
962 confirm_button_3 = new Button(offset_x_c, offset_y_c+32, "CANCEL", game_g->letters_large); in createQuitWindow()
963 confirm_window->add(confirm_button_3); in createQuitWindow()
1264 confirm_button_3 = NULL; in reset()
2516 …else if( !done && m_left && click && confirm_button_3 != NULL && confirm_button_3->mouseOver(m_x, … in mouseClick()
H A Dgamestate.h195 Button *confirm_button_3; variable