Jump to content
Everywhere

Search the Community

Showing results for tags 'cursor'.

  • Search By Tags

    • cursor ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 2 results

  1. Hi all! I have a custom Cursor class written in C++. The image (a *.tex file) is being drawn multiple times across the window as I move the mouse. How can I draw it only where the mouse is, and avoid it being drawn all over the place? I have this for drawing: context->SetBlendMode(L...
  2. I've gotten my text entry function almost finished but I need to add a cursor to it which seems tricker than I first thought. When using Context:DrawText are there any special characters in the same way as ASCII control chars, things like blink or reverse or do I have to emulate them? Assumi...
×
×
  • Create New...