| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/ |
| D | BitmapImageExtensions.cs | 48 public static void InvertColorOfPixel(this BitmapImage img, int x, int y) in InvertColorOfPixel() 55 public static bool IsInImage(this BitmapImage img, int x, int y) in IsInImage() 60 public static void DrawCursor(this BitmapImage img, int x, int y) in DrawCursor()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USB/ |
| D | USBMouse.cs | 40 public static void MoveMouse(this USBIPServer usbController, int x, int y) in MoveMouse() 77 public void MoveBy(int x, int y) in MoveBy()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Input/ |
| D | IRelativePositionPointerInput.cs | 16 void MoveBy(int x, int y); in MoveBy()
|
| D | IAbsolutePositionPointerInput.cs | 16 void MoveTo(int x, int y); in MoveTo()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/UI/VideoAnalyzer/Handlers/ |
| D | RelativePointerHandler.cs | 18 public override void PointerMoved(int x, int y, int dx, int dy) in PointerMoved()
|
| D | PointerHandler.cs | 34 public abstract void PointerMoved(int x, int y, int dx, int dy); in PointerMoved()
|
| D | AbsolutePointerHandler.cs | 39 public override void PointerMoved(int x, int y, int dx, int dy) in PointerMoved()
|
| D | IOHandler.cs | 28 public void MouseMoved(int x, int y, int dx, int dy) in MouseMoved()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Sensor/ |
| D | SensorVector3DSample.cs | 19 public Vector3DSample(decimal x, decimal y, decimal z) in Vector3DSample()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Backends/Display/xInput/ |
| D | IInputHandler.cs | 18 void MouseMoved(int x, int y, int dx, int dy); in MouseMoved()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Input/ |
| D | AntMouse.cs | 97 private int y; field in Antmicro.Renode.Peripherals.Input.AntMouse
|
| D | PS2Mouse.cs | 75 public void MoveBy(int x, int y) in MoveBy()
|
| D | AR1021.cs | 50 public void MoveTo(int x, int y) in MoveTo()
|
| D | FusionF0710A.cs | 89 public void MoveTo(int x, int y) in MoveTo()
|
| D | FT5336.cs | 82 public void MoveTo(int x, int y) in MoveTo()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/ |
| D | Command.cs | 49 public bool Equals(Command x, Command y) in Equals()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/Collections/ |
| D | Interval.cs | 43 public bool Equals(IInterval<TScalar> x, IInterval<TScalar> y) in Equals()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/UI/VideoAnalyzer/Events/ |
| D | X11EventSource.cs | 92 public void MouseMoved(int x, int y, int dx, int dy) in MouseMoved()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Wireless/ |
| D | WirelessMedium.cs | 49 public void SetPosition(IRadio radio, decimal x, decimal y, decimal z) in SetPosition()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/ |
| D | USBTablet.cs | 271 public void MoveTo(int x, int y) in MoveTo() 356 private int y; field in Antmicro.Renode.Peripherals.USBDeprecated.USBTablet
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Sensors/ |
| D | ADXL345.cs | 100 public void FeedSample(short x, short y, short z, int repeat = 1) in FeedSample() 249 private void FeedSampleInner(short x, short y, short z, int repeat = 1) in FeedSampleInner()
|
| D | LSM9DS1_IMU.cs | 113 public void FeedAccelerationSample(decimal x, decimal y, decimal z, uint repeat = 1) in FeedAccelerationSample() 128 public void FeedAngularRateSample(decimal x, decimal y, decimal z, uint repeat = 1) in FeedAngularRateSample()
|
| D | LSM6DSO_IMU.cs | 35 public void FeedAccelerationSample(decimal x, decimal y, decimal z, uint repeat = 1) in FeedAccelerationSample() 54 public void FeedAngularRateSample(decimal x, decimal y, decimal z, uint repeat = 1) in FeedAngularRateSample() 679 public void FeedAccelerationSample(decimal x, decimal y, decimal z) in FeedAccelerationSample() 685 public void FeedAngularRateSample(decimal x, decimal y, decimal z) in FeedAngularRateSample() 844 public LSM6DSO_Vector3DSample(FifoTag tag, decimal x, decimal y, decimal z) : this(tag) in LSM6DSO_Vector3DSample()
|
| D | LIS2DW12.cs | 45 public void FeedAccelerationSample(decimal x, decimal y, decimal z, uint repeat = 1) in FeedAccelerationSample() 461 …private void FeedAccelerationSampleInner(decimal x, decimal y, decimal z, bool keepOnReset, uint r… in FeedAccelerationSampleInner() 1015 public void FeedAccelerationSample(decimal x, decimal y, decimal z) in FeedAccelerationSample()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/UI/VideoAnalyzer/ |
| D | FrameBufferDisplayWidget.cs | 339 private void HandlePointerMoved(int x, int y) in HandlePointerMoved()
|