mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-02 10:57:51 +02:00
Complete list of includes for QPointerEvent
This commit is contained in:
@@ -860,7 +860,8 @@ include "QWindow", [ "<QWindow>", "<QScreen>",
|
||||
"<QShowEvent>", "<QTabletEvent>", "<QTouchEvent>", "<QWheelEvent>" ]
|
||||
include "QOffscreenSurface", [ "<QOffscreenSurface>", "<QScreen>" ]
|
||||
include "QScreenOrientationChangeEvent", [ "<QScreenOrientationChangeEvent>", "<QScreen>" ]
|
||||
include "QPointerEvent", [ "<QPointer>" ] # needed for Qt 6.7
|
||||
include "QPointerEvent", [ "<QPointerEvent>", "<QEventPoint>", "<QInputDevice>", "<QObject>",
|
||||
"<QPointingDevice>", "<QPointer>" ] # <QPointer> needed for Qt 6.7
|
||||
|
||||
drop_method "QWindow", /QWindow::handle/ # QPlatformWindow not available
|
||||
drop_method "QScreen", /QScreen::handle/ # QPlatformScreen not available
|
||||
|
||||
Reference in New Issue
Block a user