KeyCodeReleasedEvent
Extends:
Event → SourceEvent → KeyCodeReleasedEvent
Emitted when a key is pressed
Constructor Summary
Public Constructor | ||
public |
constructor(code: *) |
Inherited Summary
From class Event | ||
public get |
bubbles: * Wether this event should bubble up the DOM tree |
|
public get |
cancelable: * Wether preventDefault can be called to stop the default action |
|
public get |
target: * The element where the Event originated |
|
public get |
The type of the event |
|
public |
Prevents the default action from happening. |
|
public |
Stops the event from bubbling up. |
|
protected |
_cancel() |
From class SourceEvent | ||
public get |
Wether this event should be thrown back to the source engine after passing through here |
|
public get |
|
|
public |
data: * |
Public Constructors
public constructor(code: *) source
Override:
SourceEvent#constructorParams:
Name | Type | Attribute | Description |
code | * |