Skip to main content

Enum Apds9960.Direction

Gesture directions and distance

Assembly: Apds9960.dll
View Source
Declaration
public enum Apds9960.Direction

Fields

NONE

No direction detected

View Source
Declaration
NONE = 0

LEFT

Left

View Source
Declaration
LEFT = 1

Right

View Source
Declaration
RIGHT = 2

UP

Up

View Source
Declaration
UP = 3

DOWN

Down

View Source
Declaration
DOWN = 4

NEAR

Near

View Source
Declaration
NEAR = 5

FAR

Far

View Source
Declaration
FAR = 6

ALL

All

View Source
Declaration
ALL = 7