PtSliderCallback

PtSliderCallback — handle movement callback information.

Synopsis

class PtSliderCallback
{
    position;    // integer
}
		

Description

This class holds information from the Pt_CB_SLIDER_MOVE callback, which is generated when the handle of a PtSlider is moved.

Also see Pt_CB_SLIDER_MOVE in the PtSlider section of the Photon documentation.

Instance Variables

position

A number indicating the position of the new location of the slider handle.

Associated Classes

PtSlider, PtCallbackInfo