Current section

Files

Jump to
dnd include dnd_Config.hrl
Raw

include/dnd_Config.hrl

-record(config, {
before_update :: fun((integer(), integer(), list(any())) -> list(any())),
movement :: dnd:movement(),
listen :: dnd:listen(),
operation :: dnd:operation(),
mode :: dnd:input_mode(),
touch_timeout_ms :: integer(),
touch_scroll_threshold :: integer(),
touch_hold_duration_ms :: integer(),
touch_drop_cooldown_ms :: integer()
}).