Interface GestureArenaMember
Namespace: Unity.UIWidgets.gestures
Syntax
public interface GestureArenaMember
Methods
acceptGesture(Int32)
Declaration
void acceptGesture(int pointer)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | pointer |
rejectGesture(Int32)
Declaration
void rejectGesture(int pointer)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | pointer |