mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 17:34:43 +00:00
* shadow dom api * fix typos * host to Element type * fix code style * move elementsFromPoint to dom_extensions.nim
5 lines
114 B
Nim
5 lines
114 B
Nim
import dom
|
|
|
|
{.push importcpp.}
|
|
proc elementsFromPoint*(n: DocumentOrShadowRoot; x, y: float): seq[Element]
|
|
{.pop.} |