Changes between Version 5 and Version 6 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/GetY
- Timestamp:
- 03/12/25 08:09:31 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/GetY
v5 v6 2 2 Get the current Y position. 3 3 4 {{{ 4 {{{#!c++ 5 5 int GetY(void); 6 6 }}} … … 19 19 == Examples == 20 20 21 {{{ 21 {{{#!c++ 22 22 int y; 23 23 y = GetY();