Library | File

Class pfcMouseStatus

# include <pfcSession.h>

class pfcMouseStatus
 : public virtual xobject
{
    xdeclare(pfcMouseStatus)
    ...
};
This is a COMPACT class.



Description

Status of mouse-based input for Creo Parametric.



Method Summary

static pfcMouseStatus_ptrCreate (pfcPoint3D_ptr Position)
 
pfcPoint3D_ptrGetPosition ()
voidSetPosition (pfcPoint3D_ptr value)
The coordinates of the picked point.
optional pfcMouseButtonGetSelectedButton ()
voidSetSelectedButton (optional pfcMouseButton value)
The currently selected mouse button. Value is from the MouseButton enumerated list or null if none selected.



Method Detail

optional pfcMouseButtonGetSelectedButton ()
voidSetSelectedButton (optional pfcMouseButton value)

The currently selected mouse button. Value is from the MouseButton enumerated list or null if none selected.




pfcPoint3D_ptrGetPosition ()
voidSetPosition (pfcPoint3D_ptr value)

The coordinates of the picked point.




static pfcMouseStatus_ptrCreate (pfcPoint3D_ptr Position)

 
Parameters:
Position
 
Returns: