Changes between Initial Version and Version 1 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/GetX
- Timestamp:
- 08/19/10 15:50:17 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/GetX
v1 v1 1 = GetX = 2 Get the current X position. 3 4 {{{ 5 int GetX(void); 6 }}} 7 8 == Parameters == 9 10 * void - no parameters 11 12 == Return Value == 13 14 * Returns the current display X position. 15 16 == Remarks == 17 18 19 == Examples == 20 21 {{{ 22 int x; 23 x = GetX(); 24 }}} 25 26 27 == See Also == 28 29 * LocateLCD 30 * GetY