mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
map controller classes which expose QGamepad functionality Especially handy because the underlying QGamepad classes are not accessible to Python
18 lines
335 B
Plaintext
18 lines
335 B
Plaintext
%Module(name=qgis._gui,
|
|
keyword_arguments="All")
|
|
|
|
${DEFAULTDOCSTRINGSIGNATURE}
|
|
|
|
%Feature HAVE_QSCI_SIP
|
|
%Feature HAVE_QTGAMEPAD
|
|
|
|
%Import core/core.sip
|
|
|
|
%Import QtCore/QtCoremod.sip
|
|
%Import QtGui/QtGuimod.sip
|
|
%Import QtXml/QtXmlmod.sip
|
|
%Import QtMultimedia/QtMultimediamod.sip
|
|
%Import ${QSCI_SIP_MOD_NAME}
|
|
|
|
%Include gui_auto.sip
|