Skip to main content

Enum ButtonType

The keyboard buttons

Assembly: KeyboardWing.dll
View Source
Declaration
public enum ButtonType : byte

Fields

Button1

Button 1

View Source
Declaration
Button1 = 6

Button2

Button 2

View Source
Declaration
Button2 = 17

Button3

Button 3

View Source
Declaration
Button3 = 7

Button4

Button 4

View Source
Declaration
Button4 = 18

_5WayUp

5-way control up

View Source
Declaration
_5WayUp = 1

_5WayDown

5-way control down

View Source
Declaration
_5WayDown = 2

_5WayLeft

5-way control left

View Source
Declaration
_5WayLeft = 3

_5WayRight

5-way control right

View Source
Declaration
_5WayRight = 4

_5WayCenter

5-way control center click

View Source
Declaration
_5WayCenter = 5