import enum class PointerSource(enum.Enum): """ Source of the pointer. """ # FIXME device = 0 host = 1