hl.dsp.group.prev¶
- hl.dsp.group.prev(spec?: table)¶
Create a dispatcher.
Signature¶
hl.dsp.group.prev(spec?: table): HL.Dispatcher
Parameters¶
- window
HL.WindowSelector, optional Target window where supported.
Returns¶
- dispatcher
HL.Dispatcher Dispatcher object returned by this function.
Examples¶
hl.dispatch(hl.dsp.group.prev())
Notes¶
Some no-argument window dispatchers still accept an optional window field through the shared window-upvalue helper when the implementation calls it.
See also¶
HL.DispatcherDispatcher object returned by this function.
hl.bind()Bind a dispatcher to a key.
hl.dispatch()Execute a dispatcher immediately.