MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / runMenu

Method runMenu

src/main/java/fieldbox/boxes/MarkingMenus.java:222–225  ·  view source on GitHub ↗
(Box origin, Vec2 center, MenuSpecification m)

Source from the content-addressed store, hash-verified

220 }
221
222 static public Mouse.Dragger runMenu(Box origin, Vec2 center, MenuSpecification m)
223 {
224 return runMenu(origin, center, m, null);
225 }
226 static public Mouse.Dragger runMenu(Box origin, Vec2 center, MenuSpecification m, Runnable atEnd) {
227
228 MarkingMenus menus = origin.first(markingMenus, origin.both())

Callers 2

MarkingMenusMethod · 0.95
executeNowAtMethod · 0.95

Calls 9

showMethod · 0.95
hideMethod · 0.95
firstMethod · 0.80
logMethod · 0.80
updateMethod · 0.65
getMethod · 0.65
bothMethod · 0.45
sizeMethod · 0.45
runMethod · 0.45

Tested by

no test coverage detected