mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Add getter for input source.
This commit is contained in:
parent
69c6db777f
commit
8de0ef6e44
1 changed files with 4 additions and 0 deletions
|
@ -124,6 +124,10 @@ public:
|
|||
return muted;
|
||||
}
|
||||
|
||||
InputSource getInputSource() const {
|
||||
return inputSource;
|
||||
}
|
||||
|
||||
protected:
|
||||
/** @name HIDUniversal implementation */
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue