Platform/Event: Add x/y mouse position to MouseWheelEvent

This commit is contained in:
Lynix
2019-07-05 22:17:22 +02:00
parent 2c3bf482de
commit 37c16dc202
4 changed files with 13 additions and 2 deletions

View File

@@ -189,6 +189,7 @@ Nazara Engine:
- ⚠ TextSprite will now use multiple render layers by itself (the current one and the one right before, ex: [-1, 0] if base layer is 0) if you use text outlines.
- ⚠ SimpleTextDrawer no longer supports faux bold rendering
- Added PhysWorld2D::[RaycastQuery, RegionQuery] overloads taking a callback
- Added x and y mouse position to MouseWheelEvent
Nazara Development Kit:
- Added ImageWidget (#139)