openMSX
Classes | Namespaces | Enumerations
ImGuiSettings.cc File Reference
#include "ImGuiSettings.hh"
#include "ImGuiCpp.hh"
#include "ImGuiManager.hh"
#include "ImGuiMessages.hh"
#include "ImGuiOsdIcons.hh"
#include "ImGuiSoundChip.hh"
#include "ImGuiUtils.hh"
#include "BooleanInput.hh"
#include "BooleanSetting.hh"
#include "CPUCore.hh"
#include "Display.hh"
#include "EventDistributor.hh"
#include "FileContext.hh"
#include "FilenameSetting.hh"
#include "FloatSetting.hh"
#include "GlobalCommandController.hh"
#include "GlobalSettings.hh"
#include "InputEventFactory.hh"
#include "InputEventGenerator.hh"
#include "IntegerSetting.hh"
#include "JoyMega.hh"
#include "KeyCodeSetting.hh"
#include "KeyboardSettings.hh"
#include "Mixer.hh"
#include "MSXCPU.hh"
#include "MSXCommandController.hh"
#include "MSXJoystick.hh"
#include "MSXMotherBoard.hh"
#include "ProxySetting.hh"
#include "R800.hh"
#include "Reactor.hh"
#include "ReadOnlySetting.hh"
#include "SettingsManager.hh"
#include "StringSetting.hh"
#include "Version.hh"
#include "VideoSourceSetting.hh"
#include "Z80.hh"
#include "checked_cast.hh"
#include "foreach_file.hh"
#include "narrow.hh"
#include "StringOp.hh"
#include "unreachable.hh"
#include "zstring_view.hh"
#include <imgui.h>
#include <imgui_stdlib.h>
#include <SDL.h>
#include <optional>
Include dependency graph for ImGuiSettings.cc:

Go to the source code of this file.

Classes

struct  openmsx::Rectangle
 

Namespaces

namespace  openmsx
 This file implemented 3 utility functions:
 
namespace  openmsx::msxjoystick
 
namespace  openmsx::joymega
 

Enumerations

enum  {
  openmsx::msxjoystick::UP , openmsx::msxjoystick::DOWN , openmsx::msxjoystick::LEFT , openmsx::msxjoystick::RIGHT ,
  openmsx::msxjoystick::TRIG_A , openmsx::msxjoystick::TRIG_B , openmsx::msxjoystick::NUM_BUTTONS
}
 
enum  {
  openmsx::joymega::UP , openmsx::joymega::DOWN , openmsx::joymega::LEFT , openmsx::joymega::RIGHT ,
  openmsx::joymega::TRIG_A , openmsx::joymega::TRIG_B , openmsx::joymega::TRIG_C , openmsx::joymega::TRIG_X ,
  openmsx::joymega::TRIG_Y , openmsx::joymega::TRIG_Z , openmsx::joymega::TRIG_SELECT , openmsx::joymega::TRIG_START ,
  openmsx::joymega::NUM_BUTTONS
}