| 115 | } |
| 116 | |
| 117 | void Switch::onDragEnd(const DragEndEvent& e) { |
| 118 | ParamWidget::onDragEnd(e); |
| 119 | |
| 120 | if (e.button != GLFW_MOUSE_BUTTON_LEFT) |
| 121 | return; |
| 122 | |
| 123 | if (momentary) { |
| 124 | internal->momentaryReleased = true; |
| 125 | } |
| 126 | } |
| 127 | |
| 128 | |
| 129 | } // namespace app |
nothing calls this directly
no outgoing calls
no test coverage detected