All Manuals > CAPI User Guide and Reference Manual > 21 CAPI Reference Entries

invoke-untranslated-command Function

Summary

Invokes a command in the input model for a specified output pane, without the translator being called.

Package

capi

Signature

invoke-untranslated-command command output-pane &rest event-args

Arguments
command
A Lisp object defined as a command by define-command.
output-pane
event-args
A list of appropriate arguments for the event that command is associated with.
Description

The function invoke-untranslated-command invokes command with arguments event-args in the input model of output-pane, without the translator being called to process the gesture information. To perform the translation, use invoke-command.

See also

invoke-command
define-command
output-pane
12.2.2 Commands - aliases


CAPI User Guide and Reference Manual (Macintosh version) - 01 Dec 2021 19:31:27