Gets and sets the mode for Touch to fire gesture occurring events.
Read-write property
Visual Basic |
---|
Public Property TouchGestureOccurringEventsFiringMode As IX_TouchFireGestureOccurringEvent |
An IX_TouchFireGestureOccurringEvent enumeration value.
The Window's touch system will send several extraneous events for touch gestures that show no movement. This property by default will allow the application to filter these events and only respond when there has been a change for the application to respond to. This will increase performance by not having so many extraneous gesture occurring events being generated and responded to.