Searched defs:MoveBy (Results 1 – 4 of 4) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Input/ | ||
| D | IRelativePositionPointerInput.cs | 16 void MoveBy(int x, int y); in MoveBy() method |
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USB/ | ||
| D | USBMouse.cs | 77 public void MoveBy(int x, int y) in MoveBy() method in Antmicro.Renode.Peripherals.USB.USBMouse |
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Input/ | ||
| D | PS2Mouse.cs | 75 public void MoveBy(int x, int y) in MoveBy() method in Antmicro.Renode.Peripherals.Input.PS2Mouse |
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/ | ||
| D | USBMouse.cs | 293 public void MoveBy(int newx, int newy) in MoveBy() method in Antmicro.Renode.Peripherals.USBDeprecated.USBMouse |