{"id":"ui--yuiPointerAcquisitionResult","name":"yuiPointerAcquisitionResult","owner":"yeho","package":"ui","kind":"thing","signature":"external thing yuiPointerAcquisitionResult","description":"A yui pointer acquisition result record carrying treeIdentity, status, pointerId, routeTargetId, endpointTargetId, and related state.","context":"Build YUI's reusable control, layout, interaction, text, accessibility, and retained-rendering models.","parameters":[],"returns":"void","members":[{"name":"treeIdentity","kind":"field","type":"yuiTreeInstanceIdentity","description":"Stores tree identity as yuiTreeInstanceIdentity.","signature":"yuiTreeInstanceIdentity treeIdentity","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"status","kind":"field","type":"text","description":"Stores status as text.","signature":"text status","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"pointerId","kind":"field","type":"text","description":"Stores pointer id as text.","signature":"text pointerId","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"routeTargetId","kind":"field","type":"text","description":"Stores route target id as text.","signature":"text routeTargetId","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"endpointTargetId","kind":"field","type":"text","description":"Stores endpoint target id as text.","signature":"text endpointTargetId","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"continuousTargetId","kind":"field","type":"text","description":"Stores continuous target id as text.","signature":"text continuousTargetId","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"captured","kind":"field","type":"bool","description":"Stores captured as bool.","signature":"bool captured","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"endpointHit","kind":"field","type":"bool","description":"Stores endpoint hit as bool.","signature":"bool endpointHit","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"sweptHit","kind":"field","type":"bool","description":"Stores swept hit as bool.","signature":"bool sweptHit","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"sweptOnly","kind":"field","type":"bool","description":"Stores swept only as bool.","signature":"bool sweptOnly","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"sweepAdmitted","kind":"field","type":"bool","description":"Stores sweep admitted as bool.","signature":"bool sweepAdmitted","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"candidatesChecked","kind":"field","type":"int","description":"Stores candidates checked as int.","signature":"int candidatesChecked","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"providerGeneration","kind":"field","type":"int","description":"Stores provider generation as int.","signature":"int providerGeneration","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"timestampMicroseconds","kind":"field","type":"int","description":"Stores timestamp microseconds as int.","signature":"int timestampMicroseconds","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"sampleSequence","kind":"field","type":"int","description":"Stores sample sequence as int.","signature":"int sampleSequence","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"treeRevision","kind":"field","type":"int","description":"Stores tree revision as int.","signature":"int treeRevision","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"treeBound","kind":"field","type":"bool","description":"Stores tree bound as bool.","signature":"bool treeBound","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"diagnostic","kind":"field","type":"text","description":"Stores diagnostic as text.","signature":"text diagnostic","tags":["thing","field","ui"],"updated":"2026-09-09"},{"name":"yuiPointerAcquisitionResult","kind":"constructor","parameters":[],"returns":"void","signature":"yuiPointerAcquisitionResult()","description":"Yui pointer acquisition result.","tags":["thing","constructor","ui"],"updated":"2026-09-09"},{"name":"BindTree","kind":"method","parameters":[{"name":"tree","type":"yuiTree","description":"Tree."}],"returns":"void","signature":"BindTree(yuiTree tree)","description":"Bind tree.","tags":["thing","method","ui"],"exampleId":"method-BindTree-19","updated":"2026-09-09"},{"name":"BelongsToTree","kind":"method","parameters":[{"name":"tree","type":"yuiTree","description":"Tree."}],"returns":"bool","signature":"BelongsToTree(yuiTree tree) returns bool","description":"Belongs to tree.","tags":["thing","method","ui"],"exampleId":"method-BelongsToTree-20","updated":"2026-09-09"},{"name":"CanBeginSemanticDown","kind":"method","parameters":[{"name":"tree","type":"yuiTree","description":"Tree."}],"returns":"bool","signature":"CanBeginSemanticDown(yuiTree tree) returns bool","description":"Can begin semantic down.","tags":["thing","method","ui"],"exampleId":"method-CanBeginSemanticDown-21","updated":"2026-09-09"},{"name":"CanActivate","kind":"method","parameters":[{"name":"tree","type":"yuiTree","description":"Tree."},{"name":"pressedNodeId","type":"text","description":"Pressed node id."}],"returns":"bool","signature":"CanActivate(yuiTree tree, text pressedNodeId) returns bool","description":"Can activate.","tags":["thing","method","ui"],"exampleId":"method-CanActivate-22","updated":"2026-09-09"},{"name":"Fingerprint","kind":"method","parameters":[],"returns":"text","signature":"Fingerprint() returns text","description":"Fingerprint.","tags":["thing","method","ui"],"exampleId":"method-Fingerprint-23","updated":"2026-09-09"}],"tags":["cpu","method","source-example","thing","ui","yeho"],"updated":"2026-09-09","source":{"repository":"yeho","path":"packages/ui/interaction-model.yh","line":419,"sha256":"8d81aed85100e922e71427f6bf625fed7a7e4bf2c9d6c16ddf4d0570cb71455b"},"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 yuiPointerAcquisitionResult","description":"A complete small caller. Values are illustrative; check the returned result and package requirements before connecting live resources.","code":"using ui\n\n// Build YUI's reusable control, layout, interaction, text, accessibility, and retained-rendering models.\nyuiPointerAcquisitionResult sample = yuiPointerAcquisitionResult()\nConsole.Log(Text.From(sample.status))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuipointeracquisitionresult\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n","tags":["cpu","source-example"],"verification":"type checked","run":"cpu-oracle","sha256":"6225105b5c93631c4ff47aa29a4e866a63517efee6b9a6b07012c01f1dc8079f","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-BindTree-19","title":"yuiPointerAcquisitionResult.BindTree","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Bind tree.\nyuiPointerAcquisitionResult instance = yuiPointerAcquisitionResult()\nyuiTree argument_tree = yuiTree(\"id\")\ninstance.BindTree(argument_tree)\nConsole.Log(\"BindTree completed\")\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuipointeracquisitionresult\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"6ebb0368620a1b1a2077fad6ada11c7b2240f18c1a8a000e9b6bbaebcd7faf3e","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-BelongsToTree-20","title":"yuiPointerAcquisitionResult.BelongsToTree","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Belongs to tree.\nyuiPointerAcquisitionResult instance = yuiPointerAcquisitionResult()\nyuiTree argument_tree = yuiTree(\"id\")\nbool result = instance.BelongsToTree(argument_tree)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuipointeracquisitionresult\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"e2efcbc803e997ddfa41f78ce7077a0c4ab8eaeb66d0b638e663811bbcb5fadc","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-CanBeginSemanticDown-21","title":"yuiPointerAcquisitionResult.CanBeginSemanticDown","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Can begin semantic down.\nyuiPointerAcquisitionResult instance = yuiPointerAcquisitionResult()\nyuiTree argument_tree = yuiTree(\"id\")\nbool result = instance.CanBeginSemanticDown(argument_tree)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuipointeracquisitionresult\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"85dcefe369fe645f02756646562baa8e427b05d1dbaf12de517693d5015ab3cc","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-CanActivate-22","title":"yuiPointerAcquisitionResult.CanActivate","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Can activate.\nyuiPointerAcquisitionResult instance = yuiPointerAcquisitionResult()\nyuiTree argument_tree = yuiTree(\"id\")\ntext argument_pressedNodeId = \"argument pressed Node Id\"\nbool result = instance.CanActivate(argument_tree, argument_pressedNodeId)\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuipointeracquisitionresult\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"231f4a2c322f108436459d76a3759d4639624c685eae67cd019ed52f29fb8da0","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null},{"id":"method-Fingerprint-23","title":"yuiPointerAcquisitionResult.Fingerprint","description":"A complete caller for this public method. Sample inputs are illustrative; native resources require their owning lifecycle.","code":"using ui\n\n// Fingerprint.\nyuiPointerAcquisitionResult instance = yuiPointerAcquisitionResult()\ntext result = instance.Fingerprint()\nConsole.Log(Text.From(result))\n","manifest":"manifestVersion = \"2\"\npackage = \"api.example.ui__yuipointeracquisitionresult\"\nversion = \"0.1.0\"\nlanguageEdition = \"yeho-core-2026.1\"\n\n[app]\nkind = \"headless\"\n\n[[dependencies]]\npackage = \"graphics.image\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/image\"\n\n[[dependencies]]\npackage = \"graphics.text\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/graphics/text\"\n\n[[dependencies]]\npackage = \"host.ui_services\"\nversion = \"0.1.0\"\npath = \"../../../yeho/packages/host/ui_services\"\n\n[[dependencies]]\npackage = \"ui\"\nversion = \"0.2.0\"\npath = \"../../../yeho/packages/ui\"\n","tags":["cpu","method","source-example"],"run":"cpu-oracle","verification":"type checked","sha256":"6e15a9ef0335e3931dd7f4213b578097d99825f70401e5894e79f7505e5eaeda","checked":"2026-09-09","diagnostic":"","observedOutput":null,"checkedBackend":null}],"searchTerms":["treeIdentity","status","pointerId","routeTargetId","endpointTargetId","continuousTargetId","captured","endpointHit","sweptHit","sweptOnly","sweepAdmitted","candidatesChecked","providerGeneration","timestampMicroseconds","sampleSequence","treeRevision","treeBound","diagnostic","yuiPointerAcquisitionResult","BindTree","BelongsToTree","CanBeginSemanticDown","CanActivate","Fingerprint"],"url":"https://demonhunterlabs.com/academy/api?item=ui--yuiPointerAcquisitionResult","json":"https://demonhunterlabs.com/reference/items/ui--yuiPointerAcquisitionResult.json","markdown":"https://demonhunterlabs.com/reference/text/ui--yuiPointerAcquisitionResult.md"}
