Home
last modified time | relevance | path

Searched refs:pointNumber (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Input/
DFT5336.cs141 private void PrepareTouchData(byte offset, int pointNumber) in PrepareTouchData() argument
148 …queue.Enqueue((byte)(((int)touchedPoints[pointNumber].Type << 6) | (touchedPoints[pointNumber].X.H… in PrepareTouchData()
151 queue.Enqueue(touchedPoints[pointNumber].X.LoByte()); in PrepareTouchData()
154 …queue.Enqueue((byte)((touchedPoints[pointNumber].Id << 4) | (touchedPoints[pointNumber].Y.HiByte()… in PrepareTouchData()
157 queue.Enqueue(touchedPoints[pointNumber].Y.LoByte()); in PrepareTouchData()