ComponentOne Xamarin.Android
GetPointerType Method


C1.Android.Core Assembly > C1.Android.Core Namespace > C1InputEventArgs Class : GetPointerType Method
The OriginalEventArgs instance containing the event data.
Gets the type of the pointer.
Syntax
'Declaration
 
Public Shared Function GetPointerType( _
   ByVal originalArgs As Android.Views.View.TouchEventArgs _
) As C1PointerDeviceType
'Usage
 
Dim originalArgs As Android.Views.View.TouchEventArgs
Dim value As C1PointerDeviceType
 
value = C1InputEventArgs.GetPointerType(originalArgs)
public static C1PointerDeviceType GetPointerType( 
   Android.Views.View.TouchEventArgs originalArgs
)

Parameters

originalArgs
The OriginalEventArgs instance containing the event data.
See Also

Reference

C1InputEventArgs Class
C1InputEventArgs Members