mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
InputCommon: Add Win32 InputBackend class.
This commit is contained in:
parent
2ac59bf581
commit
341f99a3f1
5 changed files with 50 additions and 29 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue