API Documentation > Interfaces > Interface MouseStatus
Interface MouseStatus

package com.ptc.pfc.pfcSession;

public interface
MouseStatus
extends
jxobject


Description
Status of mouse-based input for Creo Parametric.
User Guide References:
Method Summary
Get method for attribute "Position"
The coordinates of the picked point.
/*cipOptional*/ MouseButton
Get method for attribute "SelectedButton"
The currently selected mouse button. Value is from the MouseButton enumerated list or null if none selected.
void
Set method for attribute "Position"
The coordinates of the picked point.
void
SetSelectedButton ( /*cipOptional*/ MouseButton value)
Set method for attribute "SelectedButton"
The currently selected mouse button. Value is from the MouseButton enumerated list or null if none selected.
Method Detail
GetSelectedButton
/*cipOptional*/ MouseButton
GetSelectedButton
()
SetSelectedButton
void
SetSelectedButton
( /*cipOptional*/ MouseButton value)
The currently selected mouse button. Value is from the MouseButton enumerated list or null if none selected.
GetPosition
GetPosition
()
SetPosition
void
SetPosition
(Point3D value)
The coordinates of the picked point.
Was this helpful?