Change mouse cursor?

2 views
Skip to first unread message

Eric Allen

unread,
Nov 8, 2009, 1:04:23 PM11/8/09
to limelight
Is there currently a way in Limelight to change the mouse cursor
depending on what prop the mouse is over? I'd like to make
resizability of a prop discoverable to users by using the appropriate
cursor when the mouse is over the edge of my prop.

Micah Martin

unread,
Nov 8, 2009, 6:07:30 PM11/8/09
to limelig...@googlegroups.com
Sure you can change the cursor... It involves some java-ish code...

def mouse_entered(e)
panel.root.setCursor(Java::java.awt.Cursor.CROSSHAIR_CURSOR)
end

Micah

Reply all
Reply to author
Forward
0 new messages