Skip to content
EventReply

UI / EventReply

EventReply Class

Event response

Table of contents

Accessors

handled(): EventReply other
The event has been processed
unHandled(): EventReply other
Event not processed

Methods

captureMouse(widget: Widget): EventReply other
Capture cursor
releaseMouseCapture(): EventReply other
Release cursor

Default Construction

Private new EventReply()

Default value construction of UE

Accessors

handled

Static get handled(): EventReply other

The event has been processed

Returns

EventReply

unHandled

Static get unHandled(): EventReply other

Event not processed

Returns

EventReply

Methods

captureMouse

captureMouse(widget): EventReply other

Capture cursor

Parameters

widget WidgetOwn widget

Returns

EventReply

releaseMouseCapture

releaseMouseCapture(): EventReply other

Release cursor

Returns

EventReply