SiebenCorgie / ori-engine

A small engine written in rust + vulkan.
Other
7 stars 1 forks source link

Fix mouse input #4

Closed SiebenCorgie closed 7 years ago

SiebenCorgie commented 7 years ago

The mouse input is currently broken. I wanted to use the winit::DeviceEvents::Moved for it, but there is a fix I am waiting for to make the matching of the AxisIds possible.

SiebenCorgie commented 7 years ago

Has been fixed!