Home
last modified time | relevance | path

Searched refs:GetLeftHandedMouse (Results 1 – 3 of 3) sorted by relevance

/dports/games/warmux/warmux-11.04/src/interface/
H A Dmouse.cpp183 return Config::GetConstRef().GetLeftHandedMouse() ? SDL_BUTTON_LEFT : SDL_BUTTON_RIGHT; in BUTTON_RIGHT()
188 return Config::GetConstRef().GetLeftHandedMouse() ? SDL_BUTTON_RIGHT : SDL_BUTTON_LEFT; in BUTTON_LEFT()
/dports/games/warmux/warmux-11.04/src/game/
H A Dconfig.h128 bool GetLeftHandedMouse() const { return lefthanded_mouse; } in GetLeftHandedMouse() function
/dports/games/warmux/warmux-11.04/src/menu/
H A Doptions_menu.cpp382 opt_lefthanded_mouse->SetValue(config->GetLeftHandedMouse()); in OptionMenu()