gesture

package
v0.0.7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 28, 2026 License: CC0-1.0 Imports: 6 Imported by: 0

Documentation

Overview

Package gesture provides Go bindings for android.gesture.

Index

Constants

View Source
const (
	Creator                   = consts.Creator
	OrientationInvariant      = consts.OrientationInvariant
	OrientationSensitive      = consts.OrientationSensitive
	SequenceInvariant         = consts.SequenceInvariant
	SequenceSensitive         = consts.SequenceSensitive
	GestureStrokeTypeMultiple = consts.GestureStrokeTypeMultiple
	GestureStrokeTypeSingle   = consts.GestureStrokeTypeSingle
	OrientationHorizontal     = consts.OrientationHorizontal
	OrientationVertical       = consts.OrientationVertical
)

Variables

This section is empty.

Functions

func Init

func Init(env *jni.Env) error

Init resolves all JNI class and method references for this package. It is safe to call multiple times (uses sync.Once internally). Exported for E2E testing on Android.

Types

type Gesture

type Gesture struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Gesture wraps android.gesture.Gesture.

func NewGesture

func NewGesture(vm *jni.VM) (*Gesture, error)

NewGesture creates a new android.gesture.Gesture instance.

func (*Gesture) AddStroke

func (m *Gesture) AddStroke(arg0 *jni.Object) error

AddStroke calls android.gesture.Gesture.addStroke.

func (*Gesture) Clone

func (m *Gesture) Clone() (*jni.Object, error)

Clone calls android.gesture.Gesture.clone.

func (*Gesture) DescribeContents

func (m *Gesture) DescribeContents() (int32, error)

DescribeContents calls android.gesture.Gesture.describeContents.

func (*Gesture) GetBoundingBox

func (m *Gesture) GetBoundingBox() (*jni.Object, error)

GetBoundingBox calls android.gesture.Gesture.getBoundingBox.

func (*Gesture) GetID

func (m *Gesture) GetID() (int64, error)

GetID calls android.gesture.Gesture.getID.

func (*Gesture) GetLength

func (m *Gesture) GetLength() (float32, error)

GetLength calls android.gesture.Gesture.getLength.

func (*Gesture) GetStrokesCount

func (m *Gesture) GetStrokesCount() (int32, error)

GetStrokesCount calls android.gesture.Gesture.getStrokesCount.

func (*Gesture) ToBitmap4

func (m *Gesture) ToBitmap4(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
) (*jni.Object, error)

ToBitmap4 calls android.gesture.Gesture.toBitmap.

func (*Gesture) ToBitmap5_1

func (m *Gesture) ToBitmap5_1(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
	arg4 int32,
) (*jni.Object, error)

ToBitmap5_1 calls android.gesture.Gesture.toBitmap.

func (*Gesture) ToPath0

func (m *Gesture) ToPath0() (*jni.Object, error)

ToPath0 calls android.gesture.Gesture.toPath.

func (*Gesture) ToPath1_1

func (m *Gesture) ToPath1_1(arg0 *jni.Object) (*jni.Object, error)

ToPath1_1 calls android.gesture.Gesture.toPath.

func (*Gesture) ToPath4_3

func (m *Gesture) ToPath4_3(
	arg0 int32,
	arg1 int32,
	arg2 int32,
	arg3 int32,
) (*jni.Object, error)

ToPath4_3 calls android.gesture.Gesture.toPath.

func (*Gesture) ToPath5_2

func (m *Gesture) ToPath5_2(
	arg0 *jni.Object,
	arg1 int32,
	arg2 int32,
	arg3 int32,
	arg4 int32,
) (*jni.Object, error)

ToPath5_2 calls android.gesture.Gesture.toPath.

func (*Gesture) WriteToParcel

func (m *Gesture) WriteToParcel(arg0 *jni.Object, arg1 int32) error

WriteToParcel calls android.gesture.Gesture.writeToParcel.

type Libraries

type Libraries struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Libraries wraps android.gesture.GestureLibraries.

func (*Libraries) FromFile1

func (m *Libraries) FromFile1(arg0 *jni.Object) (*jni.Object, error)

FromFile1 calls android.gesture.GestureLibraries.fromFile.

func (*Libraries) FromFile1_1

func (m *Libraries) FromFile1_1(arg0 string) (*jni.Object, error)

FromFile1_1 calls android.gesture.GestureLibraries.fromFile.

func (*Libraries) FromFileDescriptor

func (m *Libraries) FromFileDescriptor(arg0 *jni.Object) (*jni.Object, error)

FromFileDescriptor calls android.gesture.GestureLibraries.fromFileDescriptor.

func (*Libraries) FromPrivateFile

func (m *Libraries) FromPrivateFile(arg0 *jni.Object, arg1 string) (*jni.Object, error)

FromPrivateFile calls android.gesture.GestureLibraries.fromPrivateFile.

func (*Libraries) FromRawResource

func (m *Libraries) FromRawResource(arg0 *jni.Object, arg1 int32) (*jni.Object, error)

FromRawResource calls android.gesture.GestureLibraries.fromRawResource.

type Library

type Library struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Library wraps android.gesture.GestureLibrary.

func (*Library) AddGesture

func (m *Library) AddGesture(arg0 string, arg1 *jni.Object) error

AddGesture calls android.gesture.GestureLibrary.addGesture.

func (*Library) GetOrientationStyle

func (m *Library) GetOrientationStyle() (int32, error)

GetOrientationStyle calls android.gesture.GestureLibrary.getOrientationStyle.

func (*Library) GetSequenceType

func (m *Library) GetSequenceType() (int32, error)

GetSequenceType calls android.gesture.GestureLibrary.getSequenceType.

func (*Library) IsReadOnly

func (m *Library) IsReadOnly() (bool, error)

IsReadOnly calls android.gesture.GestureLibrary.isReadOnly.

func (*Library) Load

func (m *Library) Load() (bool, error)

Load calls android.gesture.GestureLibrary.load.

func (*Library) RemoveEntry

func (m *Library) RemoveEntry(arg0 string) error

RemoveEntry calls android.gesture.GestureLibrary.removeEntry.

func (*Library) RemoveGesture

func (m *Library) RemoveGesture(arg0 string, arg1 *jni.Object) error

RemoveGesture calls android.gesture.GestureLibrary.removeGesture.

func (*Library) Save

func (m *Library) Save() (bool, error)

Save calls android.gesture.GestureLibrary.save.

func (*Library) SetOrientationStyle

func (m *Library) SetOrientationStyle(arg0 int32) error

SetOrientationStyle calls android.gesture.GestureLibrary.setOrientationStyle.

func (*Library) SetSequenceType

func (m *Library) SetSequenceType(arg0 int32) error

SetSequenceType calls android.gesture.GestureLibrary.setSequenceType.

type OverlayView

type OverlayView struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

OverlayView wraps android.gesture.GestureOverlayView.

func NewOverlayView

func NewOverlayView(vm *jni.VM, arg0 *jni.Object) (*OverlayView, error)

NewOverlayView creates a new android.gesture.GestureOverlayView instance.

func (*OverlayView) AddOnGestureListener

func (m *OverlayView) AddOnGestureListener(arg0 *jni.Object) error

AddOnGestureListener calls android.gesture.GestureOverlayView.addOnGestureListener.

func (*OverlayView) AddOnGesturePerformedListener

func (m *OverlayView) AddOnGesturePerformedListener(arg0 *jni.Object) error

AddOnGesturePerformedListener calls android.gesture.GestureOverlayView.addOnGesturePerformedListener.

func (*OverlayView) AddOnGesturingListener

func (m *OverlayView) AddOnGesturingListener(arg0 *jni.Object) error

AddOnGesturingListener calls android.gesture.GestureOverlayView.addOnGesturingListener.

func (*OverlayView) CancelClearAnimation

func (m *OverlayView) CancelClearAnimation() error

CancelClearAnimation calls android.gesture.GestureOverlayView.cancelClearAnimation.

func (*OverlayView) CancelGesture

func (m *OverlayView) CancelGesture() error

CancelGesture calls android.gesture.GestureOverlayView.cancelGesture.

func (*OverlayView) Clear

func (m *OverlayView) Clear(arg0 bool) error

Clear calls android.gesture.GestureOverlayView.clear.

func (*OverlayView) DispatchTouchEvent

func (m *OverlayView) DispatchTouchEvent(arg0 *jni.Object) (bool, error)

DispatchTouchEvent calls android.gesture.GestureOverlayView.dispatchTouchEvent.

func (*OverlayView) Draw

func (m *OverlayView) Draw(arg0 *jni.Object) error

Draw calls android.gesture.GestureOverlayView.draw.

func (*OverlayView) GetFadeOffset

func (m *OverlayView) GetFadeOffset() (int64, error)

GetFadeOffset calls android.gesture.GestureOverlayView.getFadeOffset.

func (*OverlayView) GetGesture

func (m *OverlayView) GetGesture() (*jni.Object, error)

GetGesture calls android.gesture.GestureOverlayView.getGesture.

func (*OverlayView) GetGestureColor

func (m *OverlayView) GetGestureColor() (int32, error)

GetGestureColor calls android.gesture.GestureOverlayView.getGestureColor.

func (*OverlayView) GetGesturePath0

func (m *OverlayView) GetGesturePath0() (*jni.Object, error)

GetGesturePath0 calls android.gesture.GestureOverlayView.getGesturePath.

func (*OverlayView) GetGesturePath1_1

func (m *OverlayView) GetGesturePath1_1(arg0 *jni.Object) (*jni.Object, error)

GetGesturePath1_1 calls android.gesture.GestureOverlayView.getGesturePath.

func (*OverlayView) GetGestureStrokeAngleThreshold

func (m *OverlayView) GetGestureStrokeAngleThreshold() (float32, error)

GetGestureStrokeAngleThreshold calls android.gesture.GestureOverlayView.getGestureStrokeAngleThreshold.

func (*OverlayView) GetGestureStrokeLengthThreshold

func (m *OverlayView) GetGestureStrokeLengthThreshold() (float32, error)

GetGestureStrokeLengthThreshold calls android.gesture.GestureOverlayView.getGestureStrokeLengthThreshold.

func (*OverlayView) GetGestureStrokeSquarenessTreshold

func (m *OverlayView) GetGestureStrokeSquarenessTreshold() (float32, error)

GetGestureStrokeSquarenessTreshold calls android.gesture.GestureOverlayView.getGestureStrokeSquarenessTreshold.

func (*OverlayView) GetGestureStrokeType

func (m *OverlayView) GetGestureStrokeType() (int32, error)

GetGestureStrokeType calls android.gesture.GestureOverlayView.getGestureStrokeType.

func (*OverlayView) GetGestureStrokeWidth

func (m *OverlayView) GetGestureStrokeWidth() (float32, error)

GetGestureStrokeWidth calls android.gesture.GestureOverlayView.getGestureStrokeWidth.

func (*OverlayView) GetOrientation

func (m *OverlayView) GetOrientation() (int32, error)

GetOrientation calls android.gesture.GestureOverlayView.getOrientation.

func (*OverlayView) GetUncertainGestureColor

func (m *OverlayView) GetUncertainGestureColor() (int32, error)

GetUncertainGestureColor calls android.gesture.GestureOverlayView.getUncertainGestureColor.

func (*OverlayView) IsEventsInterceptionEnabled

func (m *OverlayView) IsEventsInterceptionEnabled() (bool, error)

IsEventsInterceptionEnabled calls android.gesture.GestureOverlayView.isEventsInterceptionEnabled.

func (*OverlayView) IsFadeEnabled

func (m *OverlayView) IsFadeEnabled() (bool, error)

IsFadeEnabled calls android.gesture.GestureOverlayView.isFadeEnabled.

func (*OverlayView) IsGestureVisible

func (m *OverlayView) IsGestureVisible() (bool, error)

IsGestureVisible calls android.gesture.GestureOverlayView.isGestureVisible.

func (*OverlayView) IsGesturing

func (m *OverlayView) IsGesturing() (bool, error)

IsGesturing calls android.gesture.GestureOverlayView.isGesturing.

func (*OverlayView) RemoveAllOnGestureListeners

func (m *OverlayView) RemoveAllOnGestureListeners() error

RemoveAllOnGestureListeners calls android.gesture.GestureOverlayView.removeAllOnGestureListeners.

func (*OverlayView) RemoveAllOnGesturePerformedListeners

func (m *OverlayView) RemoveAllOnGesturePerformedListeners() error

RemoveAllOnGesturePerformedListeners calls android.gesture.GestureOverlayView.removeAllOnGesturePerformedListeners.

func (*OverlayView) RemoveAllOnGesturingListeners

func (m *OverlayView) RemoveAllOnGesturingListeners() error

RemoveAllOnGesturingListeners calls android.gesture.GestureOverlayView.removeAllOnGesturingListeners.

func (*OverlayView) RemoveOnGestureListener

func (m *OverlayView) RemoveOnGestureListener(arg0 *jni.Object) error

RemoveOnGestureListener calls android.gesture.GestureOverlayView.removeOnGestureListener.

func (*OverlayView) RemoveOnGesturePerformedListener

func (m *OverlayView) RemoveOnGesturePerformedListener(arg0 *jni.Object) error

RemoveOnGesturePerformedListener calls android.gesture.GestureOverlayView.removeOnGesturePerformedListener.

func (*OverlayView) RemoveOnGesturingListener

func (m *OverlayView) RemoveOnGesturingListener(arg0 *jni.Object) error

RemoveOnGesturingListener calls android.gesture.GestureOverlayView.removeOnGesturingListener.

func (*OverlayView) SetEventsInterceptionEnabled

func (m *OverlayView) SetEventsInterceptionEnabled(arg0 bool) error

SetEventsInterceptionEnabled calls android.gesture.GestureOverlayView.setEventsInterceptionEnabled.

func (*OverlayView) SetFadeEnabled

func (m *OverlayView) SetFadeEnabled(arg0 bool) error

SetFadeEnabled calls android.gesture.GestureOverlayView.setFadeEnabled.

func (*OverlayView) SetFadeOffset

func (m *OverlayView) SetFadeOffset(arg0 int64) error

SetFadeOffset calls android.gesture.GestureOverlayView.setFadeOffset.

func (*OverlayView) SetGesture

func (m *OverlayView) SetGesture(arg0 *jni.Object) error

SetGesture calls android.gesture.GestureOverlayView.setGesture.

func (*OverlayView) SetGestureColor

func (m *OverlayView) SetGestureColor(arg0 int32) error

SetGestureColor calls android.gesture.GestureOverlayView.setGestureColor.

func (*OverlayView) SetGestureStrokeAngleThreshold

func (m *OverlayView) SetGestureStrokeAngleThreshold(arg0 float32) error

SetGestureStrokeAngleThreshold calls android.gesture.GestureOverlayView.setGestureStrokeAngleThreshold.

func (*OverlayView) SetGestureStrokeLengthThreshold

func (m *OverlayView) SetGestureStrokeLengthThreshold(arg0 float32) error

SetGestureStrokeLengthThreshold calls android.gesture.GestureOverlayView.setGestureStrokeLengthThreshold.

func (*OverlayView) SetGestureStrokeSquarenessTreshold

func (m *OverlayView) SetGestureStrokeSquarenessTreshold(arg0 float32) error

SetGestureStrokeSquarenessTreshold calls android.gesture.GestureOverlayView.setGestureStrokeSquarenessTreshold.

func (*OverlayView) SetGestureStrokeType

func (m *OverlayView) SetGestureStrokeType(arg0 int32) error

SetGestureStrokeType calls android.gesture.GestureOverlayView.setGestureStrokeType.

func (*OverlayView) SetGestureStrokeWidth

func (m *OverlayView) SetGestureStrokeWidth(arg0 float32) error

SetGestureStrokeWidth calls android.gesture.GestureOverlayView.setGestureStrokeWidth.

func (*OverlayView) SetGestureVisible

func (m *OverlayView) SetGestureVisible(arg0 bool) error

SetGestureVisible calls android.gesture.GestureOverlayView.setGestureVisible.

func (*OverlayView) SetOrientation

func (m *OverlayView) SetOrientation(arg0 int32) error

SetOrientation calls android.gesture.GestureOverlayView.setOrientation.

func (*OverlayView) SetUncertainGestureColor

func (m *OverlayView) SetUncertainGestureColor(arg0 int32) error

SetUncertainGestureColor calls android.gesture.GestureOverlayView.setUncertainGestureColor.

type OverlayViewOnGestureListener

type OverlayViewOnGestureListener struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

OverlayViewOnGestureListener wraps android.gesture.GestureOverlayView$OnGestureListener.

func (*OverlayViewOnGestureListener) OnGesture

func (m *OverlayViewOnGestureListener) OnGesture(arg0 *jni.Object, arg1 *jni.Object) error

OnGesture calls android.gesture.GestureOverlayView$OnGestureListener.onGesture.

func (*OverlayViewOnGestureListener) OnGestureCancelled

func (m *OverlayViewOnGestureListener) OnGestureCancelled(arg0 *jni.Object, arg1 *jni.Object) error

OnGestureCancelled calls android.gesture.GestureOverlayView$OnGestureListener.onGestureCancelled.

func (*OverlayViewOnGestureListener) OnGestureEnded

func (m *OverlayViewOnGestureListener) OnGestureEnded(arg0 *jni.Object, arg1 *jni.Object) error

OnGestureEnded calls android.gesture.GestureOverlayView$OnGestureListener.onGestureEnded.

func (*OverlayViewOnGestureListener) OnGestureStarted

func (m *OverlayViewOnGestureListener) OnGestureStarted(arg0 *jni.Object, arg1 *jni.Object) error

OnGestureStarted calls android.gesture.GestureOverlayView$OnGestureListener.onGestureStarted.

type OverlayViewOnGesturePerformedListener

type OverlayViewOnGesturePerformedListener struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

OverlayViewOnGesturePerformedListener wraps android.gesture.GestureOverlayView$OnGesturePerformedListener.

func (*OverlayViewOnGesturePerformedListener) OnGesturePerformed

func (m *OverlayViewOnGesturePerformedListener) OnGesturePerformed(arg0 *jni.Object, arg1 *jni.Object) error

OnGesturePerformed calls android.gesture.GestureOverlayView$OnGesturePerformedListener.onGesturePerformed.

type OverlayViewOnGesturingListener

type OverlayViewOnGesturingListener struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

OverlayViewOnGesturingListener wraps android.gesture.GestureOverlayView$OnGesturingListener.

func (*OverlayViewOnGesturingListener) OnGesturingEnded

func (m *OverlayViewOnGesturingListener) OnGesturingEnded(arg0 *jni.Object) error

OnGesturingEnded calls android.gesture.GestureOverlayView$OnGesturingListener.onGesturingEnded.

func (*OverlayViewOnGesturingListener) OnGesturingStarted

func (m *OverlayViewOnGesturingListener) OnGesturingStarted(arg0 *jni.Object) error

OnGesturingStarted calls android.gesture.GestureOverlayView$OnGesturingListener.onGesturingStarted.

type Point

type Point struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Point wraps android.gesture.GesturePoint.

func NewPoint

func NewPoint(vm *jni.VM, arg0 float32, arg1 float32, arg2 int64) (*Point, error)

NewPoint creates a new android.gesture.GesturePoint instance.

func (*Point) Clone

func (m *Point) Clone() (*jni.Object, error)

Clone calls android.gesture.GesturePoint.clone.

type Prediction

type Prediction struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Prediction wraps android.gesture.Prediction.

func (*Prediction) ToString

func (m *Prediction) ToString() (string, error)

ToString calls android.gesture.Prediction.toString.

type Store

type Store struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Store wraps android.gesture.GestureStore.

func NewStore

func NewStore(vm *jni.VM) (*Store, error)

NewStore creates a new android.gesture.GestureStore instance.

func (*Store) AddGesture

func (m *Store) AddGesture(arg0 string, arg1 *jni.Object) error

AddGesture calls android.gesture.GestureStore.addGesture.

func (*Store) GetOrientationStyle

func (m *Store) GetOrientationStyle() (int32, error)

GetOrientationStyle calls android.gesture.GestureStore.getOrientationStyle.

func (*Store) GetSequenceType

func (m *Store) GetSequenceType() (int32, error)

GetSequenceType calls android.gesture.GestureStore.getSequenceType.

func (*Store) HasChanged

func (m *Store) HasChanged() (bool, error)

HasChanged calls android.gesture.GestureStore.hasChanged.

func (*Store) Load1

func (m *Store) Load1(arg0 *jni.Object) error

Load1 calls android.gesture.GestureStore.load.

func (*Store) Load2_1

func (m *Store) Load2_1(arg0 *jni.Object, arg1 bool) error

Load2_1 calls android.gesture.GestureStore.load.

func (*Store) RemoveEntry

func (m *Store) RemoveEntry(arg0 string) error

RemoveEntry calls android.gesture.GestureStore.removeEntry.

func (*Store) RemoveGesture

func (m *Store) RemoveGesture(arg0 string, arg1 *jni.Object) error

RemoveGesture calls android.gesture.GestureStore.removeGesture.

func (*Store) Save1

func (m *Store) Save1(arg0 *jni.Object) error

Save1 calls android.gesture.GestureStore.save.

func (*Store) Save2_1

func (m *Store) Save2_1(arg0 *jni.Object, arg1 bool) error

Save2_1 calls android.gesture.GestureStore.save.

func (*Store) SetOrientationStyle

func (m *Store) SetOrientationStyle(arg0 int32) error

SetOrientationStyle calls android.gesture.GestureStore.setOrientationStyle.

func (*Store) SetSequenceType

func (m *Store) SetSequenceType(arg0 int32) error

SetSequenceType calls android.gesture.GestureStore.setSequenceType.

type Stroke

type Stroke struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Stroke wraps android.gesture.GestureStroke.

func NewStroke

func NewStroke(vm *jni.VM, arg0 *jni.Object) (*Stroke, error)

NewStroke creates a new android.gesture.GestureStroke instance.

func (*Stroke) ClearPath

func (m *Stroke) ClearPath() error

ClearPath calls android.gesture.GestureStroke.clearPath.

func (*Stroke) Clone

func (m *Stroke) Clone() (*jni.Object, error)

Clone calls android.gesture.GestureStroke.clone.

func (*Stroke) ComputeOrientedBoundingBox

func (m *Stroke) ComputeOrientedBoundingBox() (*jni.Object, error)

ComputeOrientedBoundingBox calls android.gesture.GestureStroke.computeOrientedBoundingBox.

func (*Stroke) GetPath

func (m *Stroke) GetPath() (*jni.Object, error)

GetPath calls android.gesture.GestureStroke.getPath.

func (*Stroke) ToPath

func (m *Stroke) ToPath(
	arg0 float32,
	arg1 float32,
	arg2 int32,
) (*jni.Object, error)

ToPath calls android.gesture.GestureStroke.toPath.

type Utils

type Utils struct {
	VM  *jni.VM
	Obj *jni.GlobalRef
}

Utils wraps android.gesture.GestureUtils.

func (*Utils) ComputeOrientedBoundingBox

func (m *Utils) ComputeOrientedBoundingBox(arg0 *jni.Object) (*jni.Object, error)

ComputeOrientedBoundingBox calls android.gesture.GestureUtils.computeOrientedBoundingBox.

func (*Utils) SpatialSampling2

func (m *Utils) SpatialSampling2(arg0 *jni.Object, arg1 int32) (*jni.Object, error)

SpatialSampling2 calls android.gesture.GestureUtils.spatialSampling.

func (*Utils) SpatialSampling3_1

func (m *Utils) SpatialSampling3_1(
	arg0 *jni.Object,
	arg1 int32,
	arg2 bool,
) (*jni.Object, error)

SpatialSampling3_1 calls android.gesture.GestureUtils.spatialSampling.

func (*Utils) TemporalSampling

func (m *Utils) TemporalSampling(arg0 *jni.Object, arg1 int32) (*jni.Object, error)

TemporalSampling calls android.gesture.GestureUtils.temporalSampling.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL