Display_TE35 and Joystick Module

Is there a way to set a viewable cursor on the display module that changes with the joysticks movement. I have noticed that several other displays have a CursorHome or SetCursor and I have yet to find that for the Display_TE35. Perhaps someone else has had more experience with this than I have. Thanks for your help

All you have to do is Draw a dot using joystick coordinates.

Check this codeshare:

http://www.tinyclr.com/codeshare/entry/322

There is a DrawCursor method that does what you want.