mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 01:44:37 +00:00
6 lines
119 B
Nim
6 lines
119 B
Nim
import std/dom
|
|
|
|
{.push importcpp.}
|
|
proc elementsFromPoint*(n: DocumentOrShadowRoot; x, y: float): seq[Element]
|
|
{.pop.}
|