RightClickOptions enum
Mouse right click or tap and hold options addCollision adds a collision rectangle to the scene
addObject adds a rect object to the scene
remove remove the current clicked on items
bringToFront bring the current clicked item one layer closer to the front
sendToBack send the current clicked item one layer back
editName edit the name of the selected item
changeColor change the color of an object
flipHorizontal flip the current item horizontally
flipVertical flip the current item vertically
copy copy item to clipboard
cut remove item and save to clipboard
paste pase item/s from clipboard
Values
- addCollision → const RightClickOptions
- addObject → const RightClickOptions
- remove → const RightClickOptions
- bringToFront → const RightClickOptions
- sendToBack → const RightClickOptions
- editName → const RightClickOptions
- changeColor → const RightClickOptions
- flipHorizontal → const RightClickOptions
- flipVertical → const RightClickOptions
- copy → const RightClickOptions
- paste → const RightClickOptions
- cut → const RightClickOptions
- none → const RightClickOptions
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
RightClickOptions> - A constant List of the values in this enum, in order of their declaration.