You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 23, 2019. It is now read-only.
Not sure if it is already possible. At least there is not example in the test and I can't figure it out.
RIght now one can do:
but there is no way to pass e.g. Key.CODE.ENTER to a function and then e.g. do
I can do
and there is
but
I first thought that should work: https://docs.python.org/3/library/enum.html#creating-an-enum, but you are not using enum34, but your own.
Regarding more key api, see also
ev3dev/ev3dev-lang#90
The text was updated successfully, but these errors were encountered: