Next: copy
Up: wx:snip
Previous: wx:snip
Called to determine the cursor image used when the cursor
is moved over the snip in a buffer. If null is returned,
a default cursor is selected by the buffer. (See
adjust-cursor in wx:media-buffer% for more information.)
- (send a-wx:snip adjust-cursor dc x y mediax mediay event) -> wx:cursor% object
dc : wx:dc% object
x : inexact real
y : inexact real
mediax : inexact real
mediay : inexact real
event : wx:mouse-event% object
Returns null.
PLT