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