Next Previous Up Top Contents Index

5.3 DUIM-Sheets Module

event-matches-gesture?

Generic function

Summary

Returns true if an event matches a defined gesture.

Signature

event-matches-gesture? event gesture-name => matches?

Arguments

event
An instance of type <event>.

gesture-name
An instance of type type-union(<gesture>, <character>).

Values

matches?
An instance of type <boolean>.

Library

duim-sheets

Module

duim-sheets

Description

Returns true if an event matches a defined gesture.


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index