hl.dsp.cursor.move_to_corner¶
- hl.dsp.cursor.move_to_corner(spec: table)¶
Create a dispatcher.
Signature¶
hl.dsp.cursor.move_to_corner(spec: table): HL.Dispatcher
Parameters¶
- cornerinteger
Corner index.
- window
HL.WindowSelector, optional Target window.
Returns¶
- dispatcher
HL.Dispatcher Dispatcher object returned by this function.
Examples¶
hl.dispatch(hl.dsp.cursor.move_to_corner({ corner = 0 }))
Notes¶
See also¶
HL.DispatcherDispatcher object returned by this function.
hl.bind()Bind a dispatcher to a key.
hl.dispatch()Execute a dispatcher immediately.