SoControllerReaderButtonChange Method |
Returns information about changes of the state of the button identified by id.
Namespace: OIV.ScaleViz.InteractionAssembly: OIV.ScaleViz (in OIV.ScaleViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic int ButtonChange(
int id
)
Public Function ButtonChange (
id As Integer
) As Integer
public:
int ButtonChange(
int id
)
member ButtonChange :
id : int -> int
Parameters
- id
- Type: SystemInt32
Return Value
Type:
Int32
RemarksThe function returns 0 if the state of the button hasn't changed, returns -1, if the button was released, returns 1, if the button was pressed.
See Also