Home
last modified time | relevance | path

Searched defs:QtKey (Results 1 – 1 of 1) sorted by relevance

/dports/games/flightgear/flightgear-2020.3.11/src/GUI/
H A DQQuickDrawable.cxx72 struct QtKey { struct
73 QtKey(int _o, int _q, QString _s = {}) : osg(_o), qt(_q), s(_s) {} in QtKey() function
80 const std::initializer_list<QtKey> keymapInit = { argument