mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 12:05:45 +00:00
Address review comments
This commit is contained in:
parent
1c08d532e0
commit
e1a3bda4d9
14 changed files with 44 additions and 46 deletions
|
@ -16,7 +16,7 @@ namespace InputCommon::Joycon {
|
|||
/// Joycon driver functions that easily implemented
|
||||
class GenericProtocol final : private JoyconCommonProtocol {
|
||||
public:
|
||||
GenericProtocol(std::shared_ptr<JoyconHandle> handle);
|
||||
explicit GenericProtocol(std::shared_ptr<JoyconHandle> handle);
|
||||
|
||||
/// Enables passive mode. This mode only sends button data on change. Sticks will return digital
|
||||
/// data instead of analog. Motion will be disabled
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue