Skip to content
EventReply

界面 / EventReply

EventReply Class

事件回复

Table of contents

Accessors

handled(): EventReply client
事件已处理
unHandled(): EventReply client
事件未处理

Methods

captureMouse(widget: Widget): EventReply client
捕获光标
releaseMouseCapture(): EventReply client
释放光标

默认构造

Private new EventReply()

UE的默认值构造

Accessors

handled

Static get handled(): EventReply client

事件已处理

Returns

EventReply

unHandled

Static get unHandled(): EventReply client

事件未处理

Returns

EventReply

Methods

captureMouse

captureMouse(widget): EventReply client

捕获光标

Parameters

widget Widget自身控件

Returns

EventReply

releaseMouseCapture

releaseMouseCapture(): EventReply client

释放光标

Returns

EventReply