enum @beta Efl.Input.Object_Pointer_Mode { [[How the mouse pointer should be handled by EFL. In the mode $autograb, when a mouse button is pressed down over an object and held down, with the mouse pointer being moved outside of it, the pointer still behaves as being bound to that object, albeit out of its drawing region. When the button is released, the event will be fed to the object, that may check if the final position is over it or not and do something about it. In the mode $nograb, the pointer will always be bound to the object right below it. @since 1.19 ]] auto_grab, [[Default, X11-like.]] no_grab, [[Pointer always bound to the object right below it.]] no_grab_no_repeat_updown [[Useful on object with "repeat events" enabled, where mouse/touch up and down events WON'T be repeated to objects and these objects wont be auto-grabbed. @since 1.2 ]] }
Description
Description
Status | Assigned | Task | ||
---|---|---|---|---|
Resolved | zmike | T7951 Efl.Ui.Text_Alert_Popup | ||
Resolved | zmike | T7952 Efl.Ui.Scroll_Alert_Popup | ||
Resolved | zmike | T7948 Efl.Ui.Alert_Popup | ||
Resolved | None | T7866 efl.ui.nstate | ||
Resolved | None | T7846 efl.ui.button | ||
Resolved | bu5hm4n | T8096 efl.ui.collection | ||
Resolved | None | T7870 efl.ui.grid | ||
Resolved | None | T7881 efl.ui.list | ||
Resolved | None | T8097 efl_ui_spin_button | ||
Resolved | None | T7897 efl.ui.spin | ||
Open | None | T7510 evaluate stabilization potential of efl.ui classes and dependencies | ||
Open | None | T7849 efl.ui.text | ||
Open | CHAN | T7868 efl.ui.clock | ||
Resolved | zmike | T7947 Efl.Ui.Anchor_Popup | ||
Resolved | None | T7902 efl.ui.popup | ||
Resolved | None | T7859 efl.ui.box | ||
Resolved | CHAN | T7869 efl.ui.datepicker | ||
Resolved | None | T7873 efl.ui.image | ||
Resolved | None | T7880 efl.ui.bg | ||
Resolved | cedric | T7885 efl.ui.list_view | ||
Resolved | None | T7891 efl.ui.scroller | ||
Resolved | None | T7893 efl.ui.slider | ||
Resolved | None | T7899 efl.ui.table | ||
Resolved | CHAN | T7901 efl.ui.timepicker | ||
Resolved | None | T7905 efl.ui.item | ||
Open | None | T7912 enum Efl.Input.Object_Pointer_Mode |
Comment Actions
This ticket has been closed as spam because it lacks a description. If this ticket is not spam, please reopen it after adding a description.
Comment Actions
I am wondering below properties (which are only users of this enum) would be remained as @beta for the next release.
@property pointer_mode_by_device @beta
@property pointer_mode @beta