mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
InputCommon: Add Win32 InputBackend class.
This commit is contained in:
@ -28,6 +28,8 @@ public:
|
||||
// just add them to the removal list if necessary.
|
||||
virtual void UpdateInput(std::vector<std::weak_ptr<ciface::Core::Device>>& devices_to_remove);
|
||||
|
||||
virtual void HandleWindowChange();
|
||||
|
||||
ControllerInterface& GetControllerInterface();
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user