== GetX == Get the current X position. {{{ int GetX(void); }}} === Parameters === * void - no parameters === Return Value === * Returns the current display X position. === Remarks === === Examples === {{{ int x; x = GetX(); }}} === See Also === * LocateLCD * GetY