MCPcopy Create free account
hub / github.com/DISTRHO/DPF / QPoint

Class QPoint

distrho/extra/WebViewImpl.cpp:929–932  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

927class QWindow;
928
929struct QPoint {
930 int _x, _y;
931 QPoint(int x, int y) : _x(x), _y(y) {}
932};
933
934struct QSize {
935 int _w, _h;

Callers 1

qtwebengineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected