Returns the monitor that contains the given point. Returns null if can't find any.
null
import { monitorFromPoint } from '@tauri-apps/api/window';const monitor = await monitorFromPoint(100.0, 200.0); Copy
import { monitorFromPoint } from '@tauri-apps/api/window';const monitor = await monitorFromPoint(100.0, 200.0);
1.0.0
Returns the monitor that contains the given point. Returns
null
if can't find any.