Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/dwm/ext/imgui.ts>imgui.isWindowHovered

Deno Window Manager: Cross-platform window creation and management
Go to Latest
function imgui.isWindowHovered
import { imgui } from "https://deno.land/x/dwm@0.3.4/ext/imgui.ts";
const { isWindowHovered } = imgui;

is current window hovered (and typically: not blocked by a popup/modal)? see flags for options. NB: If you are trying to check whether your mouse should be dispatched to imgui or to your app, you should use the 'io.WantCaptureMouse' boolean for that! Please read the FAQ!

Parameters

optional
flags: ImGuiHoveredFlags = [UNSUPPORTED]

Returns

boolean