menu: support for click button long press
- long press with timer (button release is not needed anymore) - initial support for edit mode long press gcode Signed-off-by: Janar Sööt <janar.soot@gmail.com>
This commit is contained in:
committed by
Kevin O'Connor
parent
265769787f
commit
b9cccc5959
@@ -93,7 +93,11 @@
|
||||
#parameter:
|
||||
# Value from parameter (always index 0) is taken as input value when in edit mode.
|
||||
#gcode:
|
||||
# This will be triggered in realtime or on exit from edit mode.
|
||||
# This will be triggered in realtime mode, on exit from edit mode
|
||||
# or in edit mode this will be triggered after click button long press (>0.8sec).
|
||||
#longpress_gcode:
|
||||
# In edit mode this will be triggered after click button long press (>0.8sec).
|
||||
# The default is empty. This parameter is optional.
|
||||
#reverse:
|
||||
# This attribute accepts static boolean value.
|
||||
# When enabled it will reverse increment and decrement directions for input.
|
||||
@@ -162,7 +166,7 @@
|
||||
#leave_gcode
|
||||
#longpress_menu:
|
||||
# Entry point to menu container. When this attribute is set then
|
||||
# long press > 1s will initiate this menu container if not in edit mode.
|
||||
# long press > 0.8s will initiate this menu container if not in edit mode.
|
||||
# The default is disabled. This parameter is optional.
|
||||
#items:
|
||||
# It accepts only 'card' elements. You are able to switch between different card screens
|
||||
|
||||
Reference in New Issue
Block a user