@OverridepublicvoidonMouseButton(FocusQuery query,intbutton,intaction,intmods){if(action != GLFW.GLFW_PRESS || button != GLFW.GLFW_MOUSE_BUTTON_LEFT)return;if(!hasWire()) {newWire().connectOut(this); Wire wire = getWire(); WireNode dragNode = wire.getFirst(); dragNode.pos.set(getW...