Skip to content

Overlay Demo

Compare
Choose a tag to compare
@zaafar zaafar released this 10 Jun 15:09
· 125 commits to master since this release
0ff6b0d

This is backward incompatible release.

-> Internal Changes
Remove dependency from https://github.com/gmamaladze/globalmousekeyhook
Re-implemented in .NET CORE 2.0

-> API Changes
The render function is now using co-routines (https://github.com/Ellpeck/Coroutine) rather than delegates for better thread management. An OnRender co-routine event is added, that will be called on every frame. Any rendering work should be done by using this co-routine event (as shown in the demo).

Added ability to read keyboard key state