harfang3d/doc/doc/InputInit.md
2021-12-15 20:23:12 +01:00

6 lines
157 B
Markdown

Initialize the Input system. Must be invoked before any call to [WindowSystemInit] to work properly.
```python
hg.InputInit()
hg.WindowSystemInit()
```