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

@@ -55,6 +55,8 @@ namespace Nz
struct MouseWheelEvent
{
float delta;
int x;
int y;
};
// Used by: