harfang3d/doc/doc/InputInit.md

6 lines
157 B
Markdown
Raw Normal View History

2021-12-15 19:23:12 +00:00
Initialize the Input system. Must be invoked before any call to [WindowSystemInit] to work properly.
```python
hg.InputInit()
hg.WindowSystemInit()
2021-10-13 12:40:31 +00:00
```