Package xyz.cp74.evdev
Interface XboxOneControllerBT
-
- All Known Implementing Classes:
DemoXbox
public interface XboxOneControllerBTXboxOneControllerBT Mapping of alle button and axis codes from the xpad kernel driver if a Xbox One controller is connected by bluetooth.- Author:
- Christian Paul
-
-
Field Summary
Fields Modifier and Type Field Description static intAstatic intBstatic intDPAD_Xstatic intDPAD_Ystatic intLBstatic intLS_Bstatic intLS_Xstatic intLS_Ystatic intLTstatic intMENUstatic intRBstatic intRS_Bstatic intRS_Xstatic intRS_Ystatic intRTstatic intVIEWstatic intXstatic intXBOXstatic intY
-
-
-
Field Detail
-
A
static final int A
- See Also:
- Constant Field Values
-
B
static final int B
- See Also:
- Constant Field Values
-
X
static final int X
- See Also:
- Constant Field Values
-
Y
static final int Y
- See Also:
- Constant Field Values
-
MENU
static final int MENU
- See Also:
- Constant Field Values
-
VIEW
static final int VIEW
- See Also:
- Constant Field Values
-
XBOX
static final int XBOX
- See Also:
- Constant Field Values
-
LS_B
static final int LS_B
- See Also:
- Constant Field Values
-
RS_B
static final int RS_B
- See Also:
- Constant Field Values
-
LB
static final int LB
- See Also:
- Constant Field Values
-
RB
static final int RB
- See Also:
- Constant Field Values
-
DPAD_X
static final int DPAD_X
- See Also:
- Constant Field Values
-
DPAD_Y
static final int DPAD_Y
- See Also:
- Constant Field Values
-
LT
static final int LT
- See Also:
- Constant Field Values
-
RT
static final int RT
- See Also:
- Constant Field Values
-
RS_X
static final int RS_X
- See Also:
- Constant Field Values
-
RS_Y
static final int RS_Y
- See Also:
- Constant Field Values
-
LS_X
static final int LS_X
- See Also:
- Constant Field Values
-
LS_Y
static final int LS_Y
- See Also:
- Constant Field Values
-
-