Changes between Initial Version and Version 1 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/GetX


Ignore:
Timestamp:
08/19/10 15:50:17 (14 years ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/ApplicationLibraries/lib825ev/Display/GetX

    v1 v1  
     1= GetX =
     2Get the current X position.
     3
     4{{{
     5int 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{{{
     22int x;
     23x = GetX();
     24}}}
     25
     26
     27== See Also ==
     28
     29 * LocateLCD
     30 * GetY