Skip to content

Allow conversion of codes/types/properties to int

Peter Hutterer requested to merge whot/python-libevdev:wip/int-conversion into master

This removes the need of suffixing .value when we need the numeric value of an evcode, which is virtually all the time.

Merge request reports