Skip to content
Extraits de code Groupes Projets

Add the Qt window module as an alternative to the SDL2 module

Fusionnées Kubat a demandé de fusionner qt-window-module vers master
Comparer et Afficher la dernière version
2 fichiers
+ 2
1
Comparer les modifications
  • Côte à côte
  • En ligne
Fichiers
2
@@ -376,7 +376,7 @@ MpvWidget::keyPressEvent(QKeyEvent* event)
case Qt::Key_I:
MPV_SEND_COMMAND_ASYNC("script-binding", "stats/display-stats", NULL);
case Qt::Key_Delete:
MPV_SEND_COMMAND_ASYNC("script-binding", "osc/visibility", NULL);
MPV_SEND_COMMAND_ASYNC("script-message", "osc-visibility", (m_oscVisible = !m_oscVisible) ? "always" : "never", NULL);
default:
break;
Chargement en cours