{"id":"window.multi--nativeWindowEvent","name":"nativeWindowEvent","owner":"yeho","package":"window.multi","kind":"thing","signature":"external thing nativeWindowEvent","description":"A native window event record carrying sequence, windowId, kind, detail, timestampMicroseconds.","context":"Describe multiple windows, input events, lifecycle, and capabilities with typed records.","parameters":[],"returns":"void","members":[{"name":"sequence","kind":"field","type":"int","description":"Stores sequence as int.","signature":"int sequence","tags":["thing","field","window.multi"],"updated":"2026-09-09"},{"name":"windowId","kind":"field","type":"text","description":"Stores window id as text.","signature":"text windowId","tags":["thing","field","window.multi"],"updated":"2026-09-09"},{"name":"kind","kind":"field","type":"text","description":"Stores kind as text.","signature":"text kind","tags":["thing","field","window.multi"],"updated":"2026-09-09"},{"name":"detail","kind":"field","type":"text","description":"Stores detail as text.","signature":"text detail","tags":["thing","field","window.multi"],"updated":"2026-09-09"},{"name":"timestampMicroseconds","kind":"field","type":"int","description":"Stores timestamp microseconds as int.","signature":"int timestampMicroseconds","tags":["thing","field","window.multi"],"updated":"2026-09-09"},{"name":"nativeWindowEvent","kind":"constructor","parameters":[{"name":"sequence","type":"int","description":"Sequence."},{"name":"windowId","type":"text","description":"Window id."},{"name":"kind","type":"text","description":"Kind."},{"name":"detail","type":"text","description":"Detail."},{"name":"timestampMicroseconds","type":"int","description":"Timestamp microseconds."}],"returns":"void","signature":"nativeWindowEvent(int sequence, text windowId, text kind, text detail, int timestampMicroseconds)","description":"Native window event.","tags":["thing","constructor","window.multi"],"updated":"2026-09-09"},{"name":"Describe","kind":"method","parameters":[],"returns":"text","signature":"Describe() returns text","description":"Describe.","tags":["thing","method","window.multi"],"exampleId":"method-Describe-6","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/00-contracts.yh","line":182,"sha256":"434678db31e43543673b57de71bfacefcb1fd4eaaccfeb99e92fd5d2816ec492"},"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 nativeWindowEvent","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.\nnativeWindowEvent sample = nativeWindowEvent(1, \"window Id\", \"kind\", \"detail\", 1)\nConsole.Log(Text.From(sample.sequence))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.window_multi__nativewindowevent\"\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":"739b9e94585f0419260effa421057ee9aab8d862bb2f3f3fff3dc030e7d3806f","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Describe-6","title":"nativeWindowEvent.Describe","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using window.multi\n\n// Describe.\nnativeWindowEvent instance = nativeWindowEvent(1, \"window Id\", \"kind\", \"detail\", 1)\ntext result = instance.Describe()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.window_multi__nativewindowevent\"\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":"635943a4e3536bce2c53436c463dae7301bf6e065118e4a9919cd86a89108bf1","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":["sequence","windowId","kind","detail","timestampMicroseconds","nativeWindowEvent","Describe"],"url":"https://demonhunterlabs.com/academy/api?item=window.multi--nativeWindowEvent","json":"https://demonhunterlabs.com/reference/items/window.multi--nativeWindowEvent.json","markdown":"https://demonhunterlabs.com/reference/text/window.multi--nativeWindowEvent.md"}
