PhDragEvent
PhDragEvent — The event of dragging an object.
Synopsis
class PhDragEvent
{
boundary; // PhRect
flags; // unsigned short
max; // PhDim
min; // PhDim
rect; // PhRect
rid; // region ID
step; // PhDim
}
Description
Working with this class is
beyond the scope of normal Gamma and Photon programming. For
more information, please refer to PhEvent
in the Photon documentation.