Doloro GDK 22 .1.0 Beta
by Tauri Interactive
Input Manager

About

The dui2 engine using alternative events system that is still fully compatible with the default one. That allows to integrate events into the core and provide you with the base functionality avoiding you to receive phantom events consumed with the core.

Warning
In any possible case you have to use the new Input Manager other that any other service.

InputManager it's a singleton service implemented with on scene component, as a regular Event system. The component always not null during API calls.

To access the service you have to address Doloro.UIEngine2.InputManager.Active property. Referenced instance provides you current state of GUI events to handle.

Explore API: Doloro.UIEngine2.InputManager