Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
Skip to content
Kotlin Wrappers API Reference
kotlin-tauri-apps-api
/
tauri.apps.api.window
/
monitorFromPoint
monitor
From
Point
external
fun
monitorFromPoint
(
x
:
Double
,
y
:
Double
)
:
Promise
<
Monitor
?
>
(
source
)
Returns the monitor that contains the given point. Returns
null
if can't find any.
Since
1.0.0