# {py:mod}`simvx.core.input.map` ```{py:module} simvx.core.input.map ``` ```{autodoc2-docstring} simvx.core.input.map :allowtitles: ``` ## Module Contents ### Functions ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`set_active_input_map ` - ```{autodoc2-docstring} simvx.core.input.map.set_active_input_map :summary: ``` ```` ### Data ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`log ` - ```{autodoc2-docstring} simvx.core.input.map.log :summary: ``` * - {py:obj}`InputMap ` - ```{autodoc2-docstring} simvx.core.input.map.InputMap :summary: ``` ```` ### API ````{py:data} log :canonical: simvx.core.input.map.log :value: > 'getLogger(...)' ```{autodoc2-docstring} simvx.core.input.map.log ``` ```` ````{py:function} set_active_input_map(instance: simvx.core.input.map._InputMap) :canonical: simvx.core.input.map.set_active_input_map ```{autodoc2-docstring} simvx.core.input.map.set_active_input_map ``` ```` ````{py:data} InputMap :canonical: simvx.core.input.map.InputMap :value: > '_InputMapProxy(...)' ```{autodoc2-docstring} simvx.core.input.map.InputMap ``` ````