Returns the character corresponding to a Gesture Spec object.
Signaturegesture-spec-to-character gspec &key errorp => char
ArgumentsA Gesture Spec object
ValuesA Lisp character.
A generalized boolean.
DescriptionThe function gesture-spec-to-character
returns the Lisp character
object corresponding to the Gesture Spec object gspec.
A Gesture Spec with modifiers or data which is not an integer cannot be converted to a character. When supplied such a Gesture Spec, gesture-spec-to-character
either signals an error (if errorp is true), or returns nil
(if errorp is nil
). The default value of errorp is t
.
gesture-spec-accelerator-bit is ignored.
Compatibility noteIn LispWorks 6.1 and earlier versions, gesture-spec-to-character
allows modifiers and does not error when the data is not an integer. LispWorks 7.0 and later versions do not support character bits, therefore if gspec contains non-zero modifier bits, gesture-spec-to-character
signals an error.
LispWorks User Guide and Reference Manual - 20 Sep 2017
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4