MCPcopy Create free account
hub / github.com/WayfireWM/wayfire / binding_mode

Enum binding_mode

plugins/single_plugins/command.cpp:81–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79 wl_event_source *repeat_delay_source = NULL;
80
81 enum binding_mode
82 {
83 BINDING_NORMAL,
84 BINDING_REPEAT,
85 BINDING_RELEASE,
86 };
87
88 bool on_binding(command_callback callback, binding_mode mode, bool exec_always,
89 const wf::activator_data_t& data)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected