Package com.ardorcraft.control
Class ButtonSet
java.lang.Object
com.ardorcraft.control.ButtonSet
-
Field Summary
Modifier and TypeFieldDescriptionThe set of keys in the set.The set of mouse buttons in the set. -
Constructor Summary
-
Method Summary
-
Field Details
-
keys
The set of keys in the set. -
mouseButtons
The set of mouse buttons in the set.
-
-
Constructor Details
-
ButtonSet
public ButtonSet()Default constructor just creates an empty set. -
ButtonSet
Create a union of a number of button sets.- Parameters:
buttonSets
- The buttonsets to combine
-
ButtonSet
Constructs a set containing the union of the sets passed in.- Parameters:
buttonSets
- The sets to combine.
-