UIevents
Synopsis
a UI base class that holds button event information
group UIevents {
int buttonPress;
ptr buttonPressData;
int buttonRelease;
ptr buttonReleaseData;
};Description
UIevents is a base class used by other UI classes to handle mouse button actions. It cannot be instantiated separately.
Subobjects
Example
File
See Also Related Modules