Home
last modified time | relevance | path

Searched refs:sendMouseEvent (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_good/ext/qt/
Dqtitem.h115 void sendMouseEvent(QMouseEvent * event, const gchar * type);
Dqtitem.cc489 QtGLVideoItem::sendMouseEvent(QMouseEvent * event, const gchar * type) in sendMouseEvent() function in QtGLVideoItem
532 sendMouseEvent(event, "press"); in mousePressEvent()
538 sendMouseEvent(event, "release"); in mouseReleaseEvent()
/third_party/gstreamer/gstplugins_good/sys/osxvideo/
Dcocoawindow.m738 - (void)sendMouseEvent:(NSEvent *)event : (const char *)event_name function
811 [self sendMouseEvent:event: "mouse-button-press"];
817 [self sendMouseEvent:event: "mouse-button-release"];
823 [self sendMouseEvent:event: "mouse-move"];