... | ... | @@ -13,7 +13,12 @@ Table of Contents |
|
|
+ [Update method](#update-method)
|
|
|
+ [Releasing the engine](#releasing-the-engine)
|
|
|
* [Comm IAL engine](#comm-ial-engine)
|
|
|
- [Summary](#summary)
|
|
|
+ [Initialize the engine](#initialize-the-engine)
|
|
|
+ [Wait an event](#wait-an-event)
|
|
|
+ [Get mouse/touch event](#get-mouse-touch-event)
|
|
|
+ [Get keyboard event](#get-keyboard-event)
|
|
|
+ [Destroy the engine](#destroy-the-engine)
|
|
|
- [Restrictions](#restrictions)
|
|
|
- [References](#references)
|
|
|
|
|
|
## Introduction
|
... | ... | @@ -265,7 +270,17 @@ In our sample, it destroys the anonymous memory map and returns zero: |
|
|
|
|
|
### Comm IAL engine
|
|
|
|
|
|
## Summary
|
|
|
#### Initialize the engine
|
|
|
|
|
|
#### Wait an event
|
|
|
|
|
|
#### Get mouse/touch event
|
|
|
|
|
|
#### Get keyboard event
|
|
|
|
|
|
#### Destroy the engine
|
|
|
|
|
|
## Restrictions
|
|
|
|
|
|
## References
|
|
|
|
... | ... | |