@ -0,0 +1,8 @@
# FFmpeGraph
Graph editor for ffmpeg
## Building
Use CMake with Ninja.
@ -84,8 +84,8 @@ void Application::ProcessEvents() {
for (auto& node : nodes) {
if (node->pos_x < x and x < node->pos_x + node->Width()
and node->pos_y < y and y < node->pos_y + node->Height()) {
selected_node = node.get();
break;
}