Searched refs:devIds (Results 1 – 1 of 1) sorted by relevance
118 int[] devIds = InputDevice.getDeviceIds(); in getInputDeviceId() local119 for (int devId : devIds) { in getInputDeviceId()