Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

event-character

Generic function

Summary

Returns the character that was pressed on the keyboard.

Signature

event-character event => value

Arguments

event
An instance of type <event>.

Values

value
An instance of type false-or(<character>).

Library

duim-sheets

Module

duim-sheets

Description

Returns the character associated with the keyboard event, if there is any.

See also

event-key-name, page 265

<keyboard-event>, page 290


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index