mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-03 11:42:33 +00:00
5 lines
118 B
Nim
5 lines
118 B
Nim
import std/dom
|
|
|
|
{.push importcpp.}
|
|
proc elementsFromPoint*(n: DocumentOrShadowRoot; x, y: float): seq[Element]
|
|
{.pop.} |