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
• | ||
---|---|---|
The event has been processed Returns
|
unHandled
• |
---|
Event not processed Returns |
EventReply |
---|
Methods
captureMouse
• captureMouse(widget
): EventReply
other
Capture cursor
Parameters
widget Widget | Own widget |
---|
Returns
EventReply |
---|
releaseMouseCapture
• releaseMouseCapture(): EventReply
other
Release cursor
Returns
EventReply |
---|