mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
InputCommon: Provide WindowSystemInfo getter for ControllerInterface.
This commit is contained in:
parent
b89a88afbc
commit
9941c54911
2 changed files with 7 additions and 0 deletions
|
@ -122,6 +122,8 @@ public:
|
|||
static void SetCurrentInputChannel(ciface::InputChannel);
|
||||
static ciface::InputChannel GetCurrentInputChannel();
|
||||
|
||||
WindowSystemInfo GetWindowSystemInfo() const;
|
||||
|
||||
private:
|
||||
void ClearDevices();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue