Detecting clicks on spatial links using Link Clicked: Difference between revisions

From Planimate Knowledge Base
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
The [[System Broadcast]] '''_link clicked''' is sent when the user clicks on a spatial link line and the panel option to send spatial link clicks is enabled (suppressing the normal link information menu).
The [[System Broadcast]] '''_link clicked''' is sent when the user clicks on a spatial link line and the panel option to send spatial link clicks is enabled (suppressing the normal link information menu).


[[Broadcast Tuple Reference|#Link Cliicked|Fields sent are here]]
* _from  starting object of link
* _to  end object of link
* _x  x point of click
* _y  y point of click
* _ratio  ratio along link, from 0 to 1
* _buttons  button state bits, 1 = left, 2 = right


----
----
Line 13: Line 18:
[[Category:Object/SpatialLink]]
[[Category:Object/SpatialLink]]
[[Category:Interaction (User)]]
[[Category:Interaction (User)]]
[[Category:Broadcast/System]]

Revision as of 12:57, 12 January 2008

The System Broadcast _link clicked is sent when the user clicks on a spatial link line and the panel option to send spatial link clicks is enabled (suppressing the normal link information menu).

  • _from starting object of link
  • _to end object of link
  • _x x point of click
  • _y y point of click
  • _ratio ratio along link, from 0 to 1
  • _buttons button state bits, 1 = left, 2 = right



idkbase note 99