PhInitDrag (rid, flags, rect, boundary?, input_group?, min?, max?, step?)
The region id of rect and boundary.
Options: track_left, track_right, track_top, track_bottom, track_drag, drag_track, key_motion, drag_nobutton control drag behavior.
A PhRect area to be dragged.
A PhRect boundary of the dragging operation.
The input group number (optional).
The PhDim of the minimum rectangle size (optional).
The PhDim of the maximum rectangle size (optional).
A PhDim for the granularity of the drag (optional).
This function starts a drag of the object defined by rect, within the boundary. Permissible flags include: drag_track, track_left, track_right, track_top, track_bottom, track_drag.
In Photon documentation: PhInitDrag, Dragging in the Events chapter of the Progammer's Guide.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.