Try / Tempest

API abstraction layer for 3D graphics, UI and sound. Written in C++17 with Vulkan, DX12 and Metal support.
MIT License
107 stars 27 forks source link

Alt key implementation #14

Closed ErrorFlexXx closed 4 years ago

ErrorFlexXx commented 4 years ago

Added Alt key to X11Api (tested) and windows (VK_Menu) implementation (untested). Added new key event for left alt.

Try commented 4 years ago

Fix windows implementation, now - waiting for CI