Searched refs:IRelativePositionPointerInput (Results 1 – 6 of 6) sorted by relevance
14 public RelativePointerHandler(IRelativePositionPointerInput input) : base(input) in RelativePointerHandler()20 ((IRelativePositionPointerInput)input).MoveBy(dx, dy); in PointerMoved()
141 if(pointer is IRelativePositionPointerInput) in Attach()144 … pointerHandler = new RelativePointerHandler((IRelativePositionPointerInput)pointer); in Attach()
14 public interface IRelativePositionPointerInput : IPointerInput interface
16 public class PS2Mouse : IPS2Peripheral, IRelativePositionPointerInput
52 public class USBMouse : IUSBDevice, IRelativePositionPointerInput
17 public class USBMouse : IUSBPeripheral, IRelativePositionPointerInput