| 84 | return GetDefaultDevice(hostIndex, 0); |
| 85 | } |
| 86 | DeviceSourceMap* DeviceManager::GetDefaultInputDevice(int hostIndex) |
| 87 | { |
| 88 | return GetDefaultDevice(hostIndex, 1); |
| 89 | } |
| 90 | |
| 91 | //--------------- Device Enumeration -------------------------- |
| 92 |
no outgoing calls
no test coverage detected