Share via


GestureRecognizer.ProcessMouseWheelEvent 方法

定義

處理指標輸入,並引發適用于滑鼠滾輪動作的 GestureRecognizer 事件, (由 GestureSettings 屬性所指定的手勢和操作) 。

如需此 API 的詳細資訊,請參閱 UWP WinRT ProcessMouseWheelEvent 主題。

public:
 virtual void ProcessMouseWheelEvent(PointerPoint ^ value, bool isShiftKeyDown, bool isControlKeyDown) = ProcessMouseWheelEvent;
void ProcessMouseWheelEvent(PointerPoint const& value, bool const& isShiftKeyDown, bool const& isControlKeyDown);
public void ProcessMouseWheelEvent(PointerPoint value, bool isShiftKeyDown, bool isControlKeyDown);
function processMouseWheelEvent(value, isShiftKeyDown, isControlKeyDown)
Public Sub ProcessMouseWheelEvent (value As PointerPoint, isShiftKeyDown As Boolean, isControlKeyDown As Boolean)

參數

value
PointerPoint

輸入點。

isShiftKeyDown
Boolean

bool

如果按下 Shift 鍵,則為 True。 否則為 false。

isControlKeyDown
Boolean

bool

如果按下 Ctrl 鍵,則為 True。 否則為 false。

適用於