window.multi · thing ·

nativePointerContactChange

A native pointer contact change record carrying kind, pointer.

cpumethodmultisource-examplethingwindowwindow.multiyeho

Describe multiple windows, input events, lifecycle, and capabilities with typed records.

external thing nativePointerContactChange

Status: source-declared

Fields and methods (4)
text kind
Stores kind as text.
nativePointerRecord pointer
Stores pointer as nativePointerRecord.
nativePointerContactChange(text kind, nativePointerRecord pointer)
Native pointer contact change.
Fingerprint() returns text
Fingerprint. Complete example

Use nativePointerContactChange

A complete small caller. Values are illustrative; check the returned result and package requirements before connecting live resources.

cpu · source-example · type checked

using window.multi

// Describe multiple windows, input events, lifecycle, and capabilities with typed records.
nativePointerContactChange sample = nativePointerContactChange("kind", nativePointerRecord("window Id", 1, 1, "pointer Type", "buttons", 1, 1, 1, 1, 1, 1, 1, 1, true, true, true))
Console.Log(Text.From(sample.kind))
project.mech
manifestVersion = "2"
package = "api.example.window_multi__nativepointercontactchange"
version = "0.1.0"
languageEdition = "yeho-core-2026.1"

[app]
kind = "headless"

[[dependencies]]
package = "window.multi"
version = "0.1.0"
path = "../../../yeho/packages/window/multi"

nativePointerContactChange.Fingerprint

A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.

cpu · method · source-example · type checked

using window.multi

// Fingerprint.
nativePointerContactChange instance = nativePointerContactChange("kind", nativePointerRecord("window Id", 1, 1, "pointer Type", "buttons", 1, 1, 1, 1, 1, 1, 1, 1, true, true, true))
text result = instance.Fingerprint()
Console.Log(Text.From(result))
project.mech
manifestVersion = "2"
package = "api.example.window_multi__nativepointercontactchange"
version = "0.1.0"
languageEdition = "yeho-core-2026.1"

[app]
kind = "headless"

[[dependencies]]
package = "window.multi"
version = "0.1.0"
path = "../../../yeho/packages/window/multi"
Notes and source

Package presence and a declaration do not establish support on every host. Host services need their platform and lifecycle setup.

yeho/packages/window/multi/20-pointer-frame.yh:17