| 209 | /** Use createWidget() instead */ |
| 210 | template <class TScrew> |
| 211 | DEPRECATED TScrew* createScrew(math::Vec pos) { |
| 212 | return createWidget<TScrew>(pos); |
| 213 | } |
| 214 | |
| 215 | /** Use createParam(pos, module, paramId) and set the Param properties in your Module constructor */ |
| 216 | template <class TParamWidget> |
nothing calls this directly
no outgoing calls
no test coverage detected