HomeForumSourceResearchGuide
Sign in to contribute to source. how it works
Type definition file ui.KeyEventObject by barry
expand copy to clipboardexpand
/*
* KeyEventObject interface
* A callback interface for objects that want to be notified of detailed keyboard events.
*/

interface KeyEventObject extends XYMouseObject {
	bool keyDown(int keyID)
	bool keyUp(int keyID)
	}
Revision history
To propose a new revision to this entity, use dana source put -ut your/new/version.dn -n ui.KeyEventObject -m "reason for update" -u yourUsername
Version 2 by barry
Version 1 (this version) by barry
Notes for this version: Standard Library Initialisation