Skip to content

Provides low level API access to HID Joy-Con devices through VB6.

Notifications You must be signed in to change notification settings

WindowStations/HID-JoyCon-VB6

Repository files navigation

Provides low level API access to HID Joy-Con devices through VB6 or VBA.

Vendor Nintendo &H57E

  • Product Joy-Con (L) &H2006
  • Product Joy-Con (R) &H2007

Initial report (21) data returned appears to be bit flags and constants.

'Left Joycon bits
1 SL1
2 SR1
01 Dpad Left
02 Dpad Down
04 Dpad Up
08 Dpad Right
002 View
004 Left Shoulder Bumper
008 Left Trigger
0000 None (buttons)
0001 Minus
0004 Left Stick
000000 Thumb Left
000001 Thumb Up Left
000002 Thumb Up
000003 Thumb Up Right
000004 Thumb Right
000005 Thumb Down Right
000006 Thumb Down
000007 Thumb Down Left
000008 Thumb Dead Zone

'Right Joycon

1 SL2
2 SR2
01 B
02 Y
04 A
08 X
001 Menu
004 Right Shoulder Bumper
008 Right Trigger
0000 None (buttons)
0002 Plus
0008 Right Stick
000000 Thumb Right
000001 Thumb Down Right
000002 Thumb Down
000003 Thumb Down Left
000004 Thumb Left
000005 Thumb Up Left
000006 Thumb Up
000007 Thumb Up Right
000008 Thumb Dead Zone

About

Provides low level API access to HID Joy-Con devices through VB6.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published