OnClick

CNi

Function Group
OnClick() Functions    Prev page: Knob EventsNext page: OnCWBindingDataUpdated    
Function Declared in:
NiKnobEvents.h

'Declaration' icon -- Shortcut to top of page. Declaration

void OnClick();

'Description' icon -- Shortcut to top of page. Description

Generated when you click the mouse on the control.

Note: Notice that DblClick does not call this event. Double-clicking on a control generates a Click event for the first click and a DblClick event for the second click.

'See Also' icon -- Shortcut to top of page. See Also

Shortcut to top of page. Example

void OnClick() {
   // Your event code here.
}