ev3dev/ev3dev-lang

How to implement Button Class

a1aw opened this issue · 1 comments

a1aw commented

While I am reading about the button class in the language wrapper specification, the description about this class just wrote "in the 'platform' section". I couldn't understand about it.

But though @rhempel 's python code code.py#1830. The ButtonBase class is implemented with button pressing. Is there another language specification behind?

Is that means we have to access the button pressing event from the linux-side?