Searched refs:GetLeftHandedMouse (Results 1 – 3 of 3) sorted by relevance
183 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()
128 bool GetLeftHandedMouse() const { return lefthanded_mouse; } in GetLeftHandedMouse() function
382 opt_lefthanded_mouse->SetValue(config->GetLeftHandedMouse()); in OptionMenu()