14 const std::string& videoSource_)
16 , motherBoard(motherBoard_)
17 , display(motherBoard.getReactor().getDisplay())
18 , videoSourceSetting(motherBoard.getVideoSource())
19 , videoSourceActivator(videoSourceSetting, videoSource_)
20 , powerSetting(motherBoard.getReactor().getGlobalSettings().getPowerSetting())
26 videoSourceSetting.
attach(*
this);
27 powerSetting.
attach(*
this);
std::variant< KeyUpEvent, KeyDownEvent, MouseMotionEvent, MouseButtonUpEvent, MouseButtonDownEvent, MouseWheelEvent, JoystickAxisMotionEvent, JoystickHatEvent, JoystickButtonUpEvent, JoystickButtonDownEvent, OsdControlReleaseEvent, OsdControlPressEvent, WindowEvent, TextEvent, FileDropEvent, QuitEvent, FinishFrameEvent, CliCommandEvent, GroupEvent, BootEvent, FrameDrawnEvent, BreakEvent, SwitchRendererEvent, TakeReverseSnapshotEvent, AfterTimedEvent, MachineLoadedEvent, MachineActivatedEvent, MachineDeactivatedEvent, MidiInReaderEvent, MidiInWindowsEvent, MidiInCoreMidiEvent, MidiInCoreMidiVirtualEvent, MidiInALSAEvent, Rs232TesterEvent, Rs232NetEvent, ImGuiDelayedActionEvent, ImGuiActiveEvent > Event