DVUI

captureMouseGet

Get the widget ID that currently has mouse capture or null if none.

Only valid between Window.beginand Window.end.

Source

Implementation

#
pub fn captureMouseGet() ?CaptureMouse {
    return currentWindow().capture;
}