class @beta Efl.Input.Device extends Efl.Object { [[Represents a pointing device such as a touch finger, pen or mouse. ]] ... }
Description
Description
Details
Details
Status | Assigned | Task | ||
---|---|---|---|---|
Resolved | None | T7562 efl.input.interface | ||
Resolved | None | T7963 Efl.Input.Pointer | ||
Open | None | T7973 Efl.Input.Value | ||
Resolved | None | T7964 Efl.Input.Key | ||
Resolved | bu5hm4n | T7968 Efl.Input.State | ||
Resolved | None | T7965 Efl.Input.Hold | ||
Resolved | None | T7967 Efl.Input.Event | ||
Resolved | None | T7969 Efl.Input.Device | ||
Resolved | None | T7970 Efl.Input.Device_Type |
Comment Actions
I really dislike the name has_pointer_caps, maybe "@property pointer_style" ?
Other than that, this looks fine.
Comment Actions
It seems that @property is_pointer_type supports get() only.
Then how about changing it to a method instead of property? (is_pointer_type)
Comment Actions
Like this its included in reflection of eo, as a method it is not. So this is kind of easier.