yuzu/src/yuzu_cmd/emu_window
Lioncash 9e1b0af259 input_common: Eliminate most global state
Abstracts most of the input mechanisms under an InputSubsystem class
that is managed by the frontends, eliminating any static constructors
and destructors. This gets rid of global accessor functions and also
allows the frontends to have a more fine-grained control over the
lifecycle of the input subsystem.

This also makes it explicit which interfaces rely on the input subsystem
instead of making it opaque in the interface functions. All that remains
to migrate over is the factories, which can be done in a separate
change.
2020-08-27 16:11:17 -04:00
..
emu_window_sdl2.cpp input_common: Eliminate most global state 2020-08-27 16:11:17 -04:00
emu_window_sdl2.h input_common: Eliminate most global state 2020-08-27 16:11:17 -04:00
emu_window_sdl2_gl.cpp input_common: Eliminate most global state 2020-08-27 16:11:17 -04:00
emu_window_sdl2_gl.h input_common: Eliminate most global state 2020-08-27 16:11:17 -04:00
emu_window_sdl2_vk.cpp input_common: Eliminate most global state 2020-08-27 16:11:17 -04:00
emu_window_sdl2_vk.h input_common: Eliminate most global state 2020-08-27 16:11:17 -04:00