/* {"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)
}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.