remove-input-hook!

Name

remove-input-hook! -- Remove an input hook identified by HANDLE.

Synopsis

(remove-input-hook! handle)

Description

Remove an input hook identified by handle. handle should be an object that was returned by add-input-hook!. An input hook may safely remove itself.

Implementation Notes

Module: Built-in Primitive

Defined in src/callbacks.c at line 737 (CVS log)