hl.dsp.layout

hl.dsp.layout(message: string)

Create a dispatcher.

Signature

hl.dsp.layout(message: string): HL.Dispatcher

Parameters

messagestring

Layout message string.

Returns

dispatcherHL.Dispatcher

Dispatcher object returned by this function.

Examples

hl.dispatch(hl.dsp.layout("orientationleft"))

See also

HL.Dispatcher

Dispatcher object returned by this function.

hl.bind()

Bind a dispatcher to a key.

hl.dispatch()

Execute a dispatcher immediately.