{"id":"window.multi--nativePointerContactChange","name":"nativePointerContactChange","owner":"yeho","package":"window.multi","kind":"thing","signature":"external thing nativePointerContactChange","description":"A native pointer contact change record carrying kind, pointer.","context":"Describe multiple windows, input events, lifecycle, and capabilities with typed records.","parameters":[],"returns":"void","members":[{"name":"kind","kind":"field","type":"text","description":"Stores kind as text.","signature":"text kind","tags":["thing","field","window.multi"],"updated":"2026-09-09"},{"name":"pointer","kind":"field","type":"nativePointerRecord","description":"Stores pointer as nativePointerRecord.","signature":"nativePointerRecord pointer","tags":["thing","field","window.multi"],"updated":"2026-09-09"},{"name":"nativePointerContactChange","kind":"constructor","parameters":[{"name":"kind","type":"text","description":"Kind."},{"name":"pointer","type":"nativePointerRecord","description":"Pointer."}],"returns":"void","signature":"nativePointerContactChange(text kind, nativePointerRecord pointer)","description":"Native pointer contact change.","tags":["thing","constructor","window.multi"],"updated":"2026-09-09"},{"name":"Fingerprint","kind":"method","parameters":[],"returns":"text","signature":"Fingerprint() returns text","description":"Fingerprint.","tags":["thing","method","window.multi"],"exampleId":"method-Fingerprint-3","updated":"2026-09-09"}],"tags":["cpu","method","multi","source-example","thing","window","window.multi","yeho"],"updated":"2026-09-09","source":{"repository":"yeho","path":"packages/window/multi/20-pointer-frame.yh","line":17,"sha256":"057283c2395a4e3bf7ce128164ef71aacb737ffae8959ea70540dae0f1d96765"},"status":"source-declared","notes":["Package presence and a declaration do not establish support on every host. Host services need their platform and lifecycle setup."],"examples":[{"id":"usage","title":"Use nativePointerContactChange","description":"A complete small caller. Values are illustrative; check the returned result and package requirements before connecting live resources.","code":"using window.multi\n\n// Describe multiple windows, input events, lifecycle, and capabilities with typed records.\nnativePointerContactChange sample = nativePointerContactChange(\"kind\", nativePointerRecord(\"window Id\", 1, 1, \"pointer Type\", \"buttons\", 1, 1, 1, 1, 1, 1, 1, 1, true, true, true))\nConsole.Log(Text.From(sample.kind))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.window_multi__nativepointercontactchange\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"window.multi\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/window/multi\"\n","tags":["cpu","source-example"],"verification":"type checked","run":"cpu-oracle","sha256":"0d27502341d576376ec7a895674e166c96172557f54be999d5cd03a57ea32aa9","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Fingerprint-3","title":"nativePointerContactChange.Fingerprint","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using window.multi\n\n// Fingerprint.\nnativePointerContactChange instance = nativePointerContactChange(\"kind\", nativePointerRecord(\"window Id\", 1, 1, \"pointer Type\", \"buttons\", 1, 1, 1, 1, 1, 1, 1, 1, true, true, true))\ntext result = instance.Fingerprint()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.window_multi__nativepointercontactchange\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"window.multi\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/window/multi\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"c545e226caa1e4714fd002bf6089854883d2710d04dd92c481a9a8b6c2de9c0d","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":["kind","pointer","nativePointerContactChange","Fingerprint"],"url":"https://demonhunterlabs.com/academy/api?item=window.multi--nativePointerContactChange","json":"https://demonhunterlabs.com/reference/items/window.multi--nativePointerContactChange.json","markdown":"https://demonhunterlabs.com/reference/text/window.multi--nativePointerContactChange.md"}
