Home | History | Annotate | Download | only in input

Lines Matching refs:addMapper

402         device->addMapper(new SwitchInputMapper(device));
422 device->addMapper(new KeyboardInputMapper(device, keyboardSource, keyboardType));
427 device->addMapper(new CursorInputMapper(device));
432 device->addMapper(new MultiTouchInputMapper(device));
434 device->addMapper(new SingleTouchInputMapper(device));
439 device->addMapper(new JoystickInputMapper(device));
895 void InputDevice::addMapper(InputMapper* mapper) {