SoControllerReaderGetButton Method |
Returns the value of button identified by id from the tracker daemon.
Namespace: OIV.ScaleViz.InteractionAssembly: OIV.ScaleViz (in OIV.ScaleViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic int GetButton(
int id
)
Public Function GetButton (
id As Integer
) As Integer
public:
int GetButton(
int id
)
member GetButton :
id : int -> int
Parameters
- id
- Type: SystemInt32
Return Value
Type:
Int32
Remarks
See Also