tocoteron / joycon-python

driver for Joy-Con (Nintendo Switch)
Other
116 stars 27 forks source link

Wrapper class for joycon event detection/refresh? #19

Closed Tetsujinfr closed 4 years ago

Tetsujinfr commented 4 years ago

Hi

have anyone worked already on writing a class to detect events like onPress / onRelease / isUp(sinceTime_t) / isDown(sinceTime_t) on the joycon buttons?

I am trying to write that but I am no good python programmer and my class building skills lag behind...

Working on it already but moving slowly and my code is horrendous so I fill terrible about finishing this.

Tetsujinfr commented 4 years ago

Ok I got to get events managed ok, can track press, down, up, release events. Closing this issue.