documentationfor yFiles for HTML 3.0.0.3

Usages of PointerButtons

Properties

pointerButtonsin ClickEventArgsGets the PointerButtons that have changed for this event.
buttonsin PointerEventArgsGets the state of the device buttons at the time of the event creation.
changedButtonsin PointerEventArgsGets the mouse buttons that have changed for this event.

Method Return Values

from (PointerButtons)in PointerButtonsConverts the given argument to an enum constant of this enum type.

Method Parameters

ClickEventArgs (IInputModeContext, Point, PointerButtons, number, PointerEventArgs)in ClickEventArgsInitializes a new instance of the ClickEventArgs class.
createPointerEventRecognizer (PointerType?, PointerEventType?, PointerButtons?, PointerButtons?, number?, ModifierKeys?, ModifierKeys?)in EventRecognizersCreates an event recognizer for the given arguments.
ItemClickedEventArgs (T, IInputModeContext, Point, PointerButtons, number, PointerEventArgs)in ItemClickedEventArgsInitializes a new instance of the ItemClickedEventArgs<T> class.
TableItemClickedEventArgs (T, StripeSubregion, INode, IInputModeContext, Point, PointerButtons, number, PointerEventArgs)in TableItemClickedEventArgsInitializes a new instance of the TableItemClickedEventArgs<T> class.
from (PointerButtons)in PointerButtonsConverts the given argument to an enum constant of this enum type.
getName (PointerButtons)in PointerButtonsReturns the name of the given enum constant.
PointerEventArgs (PointerEventType?, Point?, PointerButtons?, ModifierKeys?, PointerButtons?, ModifierKeys?, number?, PointerType?, boolean?, number?, Size?, number?, UIEvent?, number?, number?)in PointerEventArgsConstructs a new pointer event argument.