HomeForumSourceResearchGuide
Sign in to contribute to source. how it works
Type definition file ui.KeyEventObject by barry
expand copy to clipboardexpand
/* {"description" : "This API  represents a graphical object which requires detailed keyboard events from the windowing system." } */
interface KeyEventObject extends XYMouseObject {
	/* {"@description" : "This function is called by a windowing system when a keyboard button is pressed down." } */
	bool keyDown(int keyID)
	/* {"@description" : "This function is called by a windowing system when a keyboard button is released." } */
	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 (this version) by barry
Notes for this version: Updates to documentation strings.
Version 1 by barry