the repeat event is only emitted by the implementations of
efl_ui_autorepeat. Additionally, the event should only be used by those
who implement this interface.
Depends on D8832
zmike | |
segfaultxavi | |
cedric |
the repeat event is only emitted by the implementations of
efl_ui_autorepeat. Additionally, the event should only be used by those
who implement this interface.
Depends on D8832
Automatic diff as part of commit; lint not applicable. |
Automatic diff as part of commit; unit tests not applicable. |
src/lib/efl/interfaces/efl_ui_autorepeat.eo | ||
---|---|---|
49 | Should this perhaps pass the string of the repeated event? Otherwise this could be anything. |
src/lib/efl/interfaces/efl_ui_autorepeat.eo | ||
---|---|---|
49 | This interface is only about clicked events, (as the docs say). |
No further concerns. I also keep thinking we could put something into that void event info, but it is not needed for the basic use case, and other things (like allowing ANY mouse button to autorepeat) would look overengineered and of little practical use.