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