Search | Google it | Results 1 - 2 of 2 for funcall:InputModeCmd (0.00 seconds) |
78: 79: err = kpSendDeviceCommand(InputModeCmd(mode)); 80: if ( err != E_OK ) {
255: if (sts & 1) { /* send command to reverse NumLock status */ 256: kpSendDrvCmd(InputModeCmd( 257: ((InpMode ^ NumLockON) & NumLockON) | 0x100));