Home
last modified time | relevance | path

Searched refs:ChoiceEventHandler (Results 1 – 9 of 9) sorted by relevance

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/UI/
H A DComboKeyMappingScreen.h46 class ChoiceEventHandler{
48 ChoiceEventHandler(UI::CheckBox *checkbox) : checkbox_(checkbox) {} in ChoiceEventHandler() function
H A DComboKeyMappingScreen.cpp259 ChoiceEventHandler *choiceEventHandler = new ChoiceEventHandler(checkbox); in CreateViews()
260 choice->OnClick.Handle(choiceEventHandler, &ChoiceEventHandler::onChoiceClick); in CreateViews()
325 UI::EventReturn ComboKeyScreen::ChoiceEventHandler::onChoiceClick(UI::EventParams &e){ in onChoiceClick()
/dports/emulators/ppsspp/ppsspp-1.12.3/UI/
H A DComboKeyMappingScreen.h46 class ChoiceEventHandler{
48 ChoiceEventHandler(UI::CheckBox *checkbox) : checkbox_(checkbox) {} in ChoiceEventHandler() function
H A DComboKeyMappingScreen.cpp259 ChoiceEventHandler *choiceEventHandler = new ChoiceEventHandler(checkbox); in CreateViews()
260 choice->OnClick.Handle(choiceEventHandler, &ChoiceEventHandler::onChoiceClick); in CreateViews()
325 UI::EventReturn ComboKeyScreen::ChoiceEventHandler::onChoiceClick(UI::EventParams &e){ in onChoiceClick()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/UI/
H A DComboKeyMappingScreen.h46 class ChoiceEventHandler{
48 ChoiceEventHandler(UI::CheckBox *checkbox) : checkbox_(checkbox) {} in ChoiceEventHandler() function
H A DComboKeyMappingScreen.cpp259 ChoiceEventHandler *choiceEventHandler = new ChoiceEventHandler(checkbox); in CreateViews()
260 choice->OnClick.Handle(choiceEventHandler, &ChoiceEventHandler::onChoiceClick); in CreateViews()
325 UI::EventReturn ComboKeyScreen::ChoiceEventHandler::onChoiceClick(UI::EventParams &e){ in onChoiceClick()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dchoice.e69 extern int ChoiceEventHandler ARGS_DECL((XEvent *));
H A Dmainloop.c1560 if ((rc=ChoiceEventHandler(&input)) != INVALID) {
1897 ChoiceEventHandler(&input);
H A Dchoice.c1437 int ChoiceEventHandler(input) in ChoiceEventHandler() function