Package | Description |
---|---|
com.eteks.sweethome3d.viewcontroller |
Describes controller classes and view interfaces of Sweet Home 3D.
|
Modifier and Type | Method and Description |
---|---|
protected View.PointerType |
PlanController.getPointerTypeLastMousePress()
Returns the pointer type used at the last mouse press.
|
static View.PointerType |
View.PointerType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static View.PointerType[] |
View.PointerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PlanController.pressMouse(float x,
float y,
int clickCount,
boolean shiftDown,
boolean alignmentActivated,
boolean duplicationActivated,
boolean magnetismToggled,
View.PointerType pointerType)
Processes a mouse button pressed event.
|
void |
HomeController3D.pressMouse(float x,
float y,
int clickCount,
boolean shiftDown,
boolean alignmentActivated,
boolean duplicationActivated,
boolean magnetismToggled,
View.PointerType pointerType)
Processes a mouse button pressed event.
|
void |
HomeController3D.CameraControllerState.pressMouse(float x,
float y,
int clickCount,
boolean shiftDown,
boolean alignmentActivated,
boolean duplicationActivated,
boolean magnetismToggled,
View.PointerType pointerType) |
void |
HomeController3D.EditingCameraState.pressMouse(float x,
float y,
int clickCount,
boolean shiftDown,
boolean alignmentActivated,
boolean duplicationActivated,
boolean magnetismToggled,
View.PointerType pointerType)
Processes a mouse button pressed event.
|
© Copyright 2024 Space Mushrooms
Distributed under GNU General Public License