summary refs log tree commit diff stats
path: root/lib/js/dom_extensions.nim
blob: a1ceff5b42a3a4455d31c94c728c8fcf49d69edb (plain) (blame)
1
2
3
4
5
import std/dom

{.push importcpp.}
proc elementsFromPoint*(n: DocumentOrShadowRoot; x, y: float): seq[Element]
{.pop.}