Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Input/
DAR1021.cs174 private struct TouchedPoint struct in Antmicro.Renode.Peripherals.Input.AR1021
176 public UInt16 X;
177 public UInt16 Y;
178 public PointType Type;
DFT5336.cs186 private struct TouchedPoint struct in Antmicro.Renode.Peripherals.Input.FT5336
188 public UInt16 X;
189 public UInt16 Y;
190 public UInt16 Id;
191 public PointType Type;
DFT5x06.cs217 private struct TouchedPoint struct in Antmicro.Renode.Peripherals.Input.FT5x06
219 public UInt16 X;
220 public UInt16 Y;
221 public UInt16 Id;
222 public PointType Type;
DFusionF0710A.cs249 private struct TouchedPoint struct in Antmicro.Renode.Peripherals.Input.FusionF0710A
251 public UInt16 X;
252 public UInt16 Y;
253 public PointType Type;