| 72 | } |
| 73 | |
| 74 | OSNumber* ChatPadKeyboardClass::newPrimaryUsageNumber() const |
| 75 | { |
| 76 | return OSNumber::withNumber(HID_ChatPad::ReportDescriptor[3], 8); |
| 77 | } |
| 78 | |
| 79 | OSNumber* ChatPadKeyboardClass::newPrimaryUsagePageNumber() const |
| 80 | { |
nothing calls this directly
no outgoing calls
no test coverage detected