[plt-scheme] text% and cursors

From: Robby Findler (robby at cs.uchicago.edu)
Date: Thu May 11 15:10:49 EDT 2006

Do you mean the mouse pointer? If so, you probably want to override
on-event to track mouse actions. If you mean the insertion point, then
that is the selection. It's just a selection of size zero in the
blinking caret case.

Robby

At Thu, 11 May 2006 13:57:54 -0500, "Corey Sweeney" wrote:
> In a text% i've found the method "get-position" which gets the position of
> the current selection, but how does one get the current position of the
> cursor?  All the methods i've found with "cursor" in their name seem to be
> about changing cursor graphics.
> 
> Corey
> 
> -- 
> ((lambda (y) (y y)) (lambda (y) (y y)))
> _________________________________________________
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme


Posted on the users mailing list.