mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-15 09:27:58 -05:00
input_common: Allow keyboard to be backwards compatible
This commit is contained in:
@ -66,6 +66,13 @@ private:
|
||||
*/
|
||||
void RegisterMotion(const MappingData& data);
|
||||
|
||||
/**
|
||||
* Returns true if driver can be mapped
|
||||
* @param "data": An struct containing all the information needed to create a proper
|
||||
* ParamPackage
|
||||
*/
|
||||
bool IsDriverValid(const MappingData& data) const;
|
||||
|
||||
Common::SPSCQueue<Common::ParamPackage> input_queue;
|
||||
Polling::InputType input_type{Polling::InputType::None};
|
||||
bool is_enabled{};
|
||||
|
Reference in New Issue
Block a user