Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Telepathy Communications Library - <b>tp_tpos()</b> - move emulator cursor http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   tp_tpos() - move emulator cursor

   tp_tpos(nRow, nCol)

   nRow        New cursor row.
   nCol        New cursor column.

   Moves the terminal emulator cursor.  This function should only be
   called from within an emulator exception handler, or a notification
   handler when an emulator is running.  The row and column positions
   are measured relative to the top-left corner of the emulator window.

   tp_tpos() will not move the real cursor.  However, as soon as you
   return to the emulator, the cursor will be restored to the position
   specified.  If you call tp_tsay() from the exception handler, the
   text written will be displayed starting at the emulator cursor
   position.

   Example:

       tp_tpos(nSaveRow, nSaveCol)

See Also: tp_tcol() tp_trow() Terminal Emulators

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson