cohtml.Net.FlingRecognizer
Inherits from cohtml.Net.GestureRecognizerBase, SystemIDisposable
Public Functions
Section titled “Public Functions”| Name | |
|---|---|
| virtual override void | Dispose() |
| FlingRecognizer(GestureManager manager, int priority) | |
| virtual override bool | OnTouchesBegan(TouchEventData [] touches, ulong count) |
| virtual override bool | OnTouchesMoved(GestureRecognizerBase.TouchEventDataWithCurrentPos touches, ulong count) |
| virtual override bool | OnTouchesEnded(GestureRecognizerBase.TouchEventDataWithCurrentPos touches, ulong count) |
| virtual override void | OnGestureRecognized() |
| virtual override GestureType | GetType() |
Public Properties
Section titled “Public Properties”| Name | |
|---|---|
| ulong | MinimumNumberOfTouches |
| ulong | MaximumNumberOfTouches |
Additional inherited members
Section titled “Additional inherited members”Public Classes inherited from cohtml.Net.GestureRecognizerBase
| Name | |
|---|---|
| class | TouchEventDataWithCurrentPos |
Public Functions inherited from cohtml.Net.GestureRecognizerBase
| Name | |
|---|---|
| GestureRecognizerState | GetState() |
| bool | IsEnabled() |
| void | SetEnabled(bool enable) |
| int | GetPriority() |
| void | SetGestureListener(IGestureListener listener) |
| float | GetTouchLocationX() Returns the location of the touches. If there are multiple touches this will return the centroid of the location. |
| float | GetTouchLocationY() |
| void | RecognizeTouches(TouchEventData [] touches, ulong count) |
Public Attributes inherited from cohtml.Net.GestureRecognizerBase
| Name | |
|---|---|
| readonly int | MAX_TRACKING_TOUCHES |
Protected Attributes inherited from cohtml.Net.GestureRecognizerBase
| Name | |
|---|---|
| bool | swigCMemOwn |
Public Functions Documentation
Section titled “Public Functions Documentation”function Dispose
Section titled “function Dispose”virtual override void Dispose()Reimplements: cohtml.Net.GestureRecognizerBase.Dispose
function FlingRecognizer
Section titled “function FlingRecognizer”FlingRecognizer( GestureManager manager, int priority)function OnTouchesBegan
Section titled “function OnTouchesBegan”virtual override bool OnTouchesBegan( TouchEventData [] touches, ulong count)Reimplements: cohtml.Net.GestureRecognizerBase.OnTouchesBegan
function OnTouchesMoved
Section titled “function OnTouchesMoved”virtual override bool OnTouchesMoved( GestureRecognizerBase.TouchEventDataWithCurrentPos touches, ulong count)Reimplements: cohtml.Net.GestureRecognizerBase.OnTouchesMoved
function OnTouchesEnded
Section titled “function OnTouchesEnded”virtual override bool OnTouchesEnded( GestureRecognizerBase.TouchEventDataWithCurrentPos touches, ulong count)Reimplements: cohtml.Net.GestureRecognizerBase.OnTouchesEnded
function OnGestureRecognized
Section titled “function OnGestureRecognized”virtual override void OnGestureRecognized()Reimplements: cohtml.Net.GestureRecognizerBase.OnGestureRecognized
function GetType
Section titled “function GetType”virtual override GestureType GetType()Reimplements: cohtml.Net.GestureRecognizerBase.GetType
Public Property Documentation
Section titled “Public Property Documentation”property MinimumNumberOfTouches
Section titled “property MinimumNumberOfTouches”ulong MinimumNumberOfTouches;property MaximumNumberOfTouches
Section titled “property MaximumNumberOfTouches”ulong MaximumNumberOfTouches;© 2026 Coherent Labs. All rights reserved.