Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

event-modifier-state

Generic function

Summary

Returns an integer value that encodes the state of all the modifier keys on the keyboard.

Signature

event-modifier-state event => integer

Arguments

event
An instance of type <event>.

Values

integer
An instance of type <integer>.

Library

duim-sheets

Module

duim-sheets

Description

Returns an integer value that encodes the state of all the modifier keys on the keyboard. This is a mask consisting of the logior of $shift-key, $control-key, $meta-key, $super-key, and $hyper-key.

See also

event-sheet, page 268

gesture-modifier-state, page 283

make-modifier-state, page 295

port-modifier-state, page 331


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index