XRGestureEventArgs (Compact 2013)

3/28/2014

This structure contains event data for a gesture event that uses ink input. Ink refers to handwriting or drawing content that was input by using a stylus, a mouse, or by touch.

Syntax

struct XRGestureEventArgs : XREventArgs{
  BOOL                Handled;
  HWND                hWnd;
  GESTUREINFO         GestureInfo;
};

Inheritance Hierarchy

XREventArgs

    XRGestureEventArgs

Members

  • Handled
    Boolean value that indicates whether this event is routed to another object.

    If this is set to true, this event will not be routed to the parent of this control. Otherwise, this event will continue upward in the object hierarchy until there are no parents to route the event to.

  • hWnd
    Handle to the host window that received this event.
  • GestureInfo
    GESTUREINFO structure that contains information about a gesture event.
  • Size
    Indicates the size, in bytes, of this structure. Inherited from XREventArgs.

.NET Framework Equivalent

None.

Requirements

Header

pwinuser.h,
XamlRuntime.h

sysgen

SYSGEN_TOUCHGESTURE,
SYSGEN_XAML_RUNTIME

See Also

Reference

XAML for Windows Embedded Structures
IXRUIElement::AddGestureEventHandler