DVUI

snapToPixels

Get current snap_to_pixels setting. See snapToPixelsSet.

Only valid between Window.beginand Window.end.

Source

Implementation

#
pub fn snapToPixels() bool {
    const cw = currentWindow();
    return cw.snap_to_pixels;
}