touchgfx::Cell::packedCoord() const is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::Cell::packedCoord() const

touchgfx::Cell::packedCoord() const method

@fn int packedCoord() const Packed coordinates of the Cell. Packed coordinates of the Cell. By packing the x coordinate and y coordinate into one int, it is possible to sort Cells using a single comparison.

Syntax

int packedCoord() const;

Return value

The packed coordinates with y in the high part and x in the low part.

References

LocationText
Cell.hpp:114
int packedCoord() const

Data Use

Data read by touchgfx::Cell::packedCoord() const
touchgfx::Cell::packedCoord() const