All Manuals > LispWorks User Guide and Reference Manual > 49 The SYSTEM Package

NextPrevUpTopContentsIndex

gesture-spec-data

Function
Summary

Returns the key in a Gesture Spec object.

Package

system

Signature

gesture-spec-data gspec => data

Arguments

gspec

A Gesture Spec object

Values

data

A non-negative integer or a keyword.

Description

The function gesture-spec-data returns an integer or keyword representing the key in the Gesture Spec object gspec.

When data is an integer, it is a non-negative integer less than cl:char-code-limit, and gspec represents a keystroke with the key indicated by the character which is the value of (code-char data).

data can also be a keyword such as :f6, when gspec represents a keystroke with F6 pressed.

See also

gesture-spec-modifiers
make-gesture-spec


LispWorks User Guide and Reference Manual - 13 Feb 2015

NextPrevUpTopContentsIndex