RE: equivalent to get_position?
- Posted by Bernie Ryan <xotron at localnet.com> Aug 20, 2001
- 405 views
dstanger at belco.bc.ca wrote: > Hello all, > > I am stumped as to how to create a pixel graphics version of > get_position > which would return the (x,y) coordinates rather than (column, row). I > ask > because I am using the mouse in text mode, trying to click on text but > because the location of the text is known in (column, row) format I > never > know if the pointer is on it or not. > Any help? > > Best regards, > David S. David: Maybe you should write your program in GRAPHICS mode. There are many of good examples of how to do this in the archive. There are programs show how to use text in graphics modes, how use sprites, mouse routines, Look at jirri code and the many other user's examples that are there. Bernie