Home
last modified time | relevance | path

Searched defs:MoveBy (Results 1 – 4 of 4) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Input/
DIRelativePositionPointerInput.cs16 void MoveBy(int x, int y); in MoveBy() method
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USB/
DUSBMouse.cs77 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/
DPS2Mouse.cs75 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/
DUSBMouse.cs293 public void MoveBy(int newx, int newy) in MoveBy() method in Antmicro.Renode.Peripherals.USBDeprecated.USBMouse