golang-evdev icon indicating copy to clipboard operation
golang-evdev copied to clipboard

can't read keyboard event with newest version.

Open temuera opened this issue 6 years ago • 1 comments

PiZero and Pi 4B with Raspbian Buster (debian 10 buster).

newest version can't read keyboard events with ReadOne() or Read()

change to b6f418b work fine.

mouse event works fine with all version.

temuera avatar Aug 03 '19 16:08 temuera

Hi, can you give a try to : https://github.com/MaitreDede/golang-evdev/tree/err-checks ?

go get -v github.com/MaitreDede/golang-evdev@err-checks

maitredede avatar Aug 30 '19 02:08 maitredede