Arbortext IsoView > Programmer's Reference > Events > HsHit
  
HsHit
This event is generated if you move the mouse over a hotspot or click on it with one of the two mouse buttons.
As soon as the mouse leaves the hotspot area, another HsHit event is generated and all parameters are set to 0 or empty.
Introduced with Arbortext IsoView 1.0.
Syntax
HsHitMouseBtnRefIDNameViewPortNameViewPortFile
Parameters:
MouseBtn
Indicates which mouse button has been clicked as short. Allowed values are:
0
no mouse button
1
left mouse button
2
right mouse button
RefID
Indicates the ID of the hotspot (may be 0) as long.
Name
Indicates the Name of the hotspot (may be empty) as BSTR.
ViewPortName
Indicates the Name of the viewport connected to the hotspot (may be empty) as BSTR.
ViewPortFile
Indicates the Name of the file in which the viewport is located (may be empty) as BSTR.
<!- Internet Explorer -->
<script language="VBScript" for="ivx1"
event="HsHit(nMouseBtn, lRefID, strName, strViewPortName, strViewPortFile)">
<!--
call MyHsHit( nMouseBtn, lRefID, strName, strViewPortName, strViewPortFile )
//-->
</script>