Wrapper for notification of receiving data
| 256 | |
| 257 | // Wrapper for notification of receiving data |
| 258 | void WirelessHIDDevice::_receivedData(void *target, WirelessDevice *sender, void *parameter) |
| 259 | { |
| 260 | ((WirelessHIDDevice*)target)->receivedData(); |
| 261 | } |
| 262 | |
| 263 | // Get a location ID for this device, as some games require it |
| 264 | OSNumber* WirelessHIDDevice::newLocationIDNumber() const |
nothing calls this directly
no test coverage detected