dcv v0.2.2 (2017-12-07T17:34:37Z)
Dub
Repo
Figure.CursorCallback
dcv
plot
figure
Figure
Cursor movement callback function.
class
Figure
alias
CursorCallback
=
void
delegate
(
Figure
figure
,
double
xpos
,
double
ypos
)
Meta
Source
See Implementation
dcv
plot
figure
Figure
aliases
CloseCallback
CursorCallback
MouseCallback
constructors
this
destructors
~this
functions
clear
draw
hide
move
moveTo
setCloseCallback
setCursorCallback
setMouseCallback
show
properties
height
image
position
size
title
visible
width
Cursor movement callback function.