OpenMods / OpenPeripheral-Addons

An addon for OpenPeripheral, adding physical blocks and items to the game
MIT License
11 stars 10 forks source link

Wireless keyboard cursor events do not respect drawable rotations #84

Closed parad0xcal closed 8 years ago

parad0xcal commented 8 years ago

If I draw a box and rotate it through 90 degrees. When I click on it in capture mode using the wireless keyboard, a "glasses_component_mouse_down/up" event does not fire. I get the "glasses_mouse_down" event instead.

However, if I click where it would be if I had not changed the rotation, the correct events get fired.

This is the same for drag and scroll events too.