
C# | Visual Basic | Visual C++ |
namespace eDriven.Core.Managers
Namespace eDriven.Core.Managers
namespace eDriven.Core.Managers

All Types | Classes |
Icon | Type | Description |
---|---|---|
![]() | MouseProcessor |
Processes mouse events
|
![]() | SystemEventDispatcher |
Connects to SystemManager signals
Dispatches eDriven.Events to interested parties
|
![]() | SystemManager |
This singleton processing system events:
1) Mouse and key OnGUI() UnityEngine.Events
2) Input.mousePosition on Update()
3) Screen resize
It emits signals to interested components
This Singleton is a central place for emiting input signals
If events needed, use SystemEventDispatcher Singleton
|
![]() | TouchEventDispatcher |
Connects to SystemManager signals
Dispatches touch events to interested parties
|
![]() | UnityEventProcessorBase |
Base class for Unity event processors
|