VisualServerSingleton.requestFrameDrawnCallback

Schedules a callback to the corresponding named method on where after a frame has been drawn. The callback method must use only 1 argument which will be called with userdata.

struct VisualServerSingleton
@nogc nothrow
void
requestFrameDrawnCallback
(
VariantArg2
)
(,
in String method
,
in VariantArg2 userdata
)

Meta