Platform/Event: Add x/y mouse position to MouseWheelEvent
This commit is contained in:
@@ -55,6 +55,8 @@ namespace Nz
|
||||
struct MouseWheelEvent
|
||||
{
|
||||
float delta;
|
||||
int x;
|
||||
int y;
|
||||
};
|
||||
|
||||
// Used by:
|
||||
|
||||
Reference in New Issue
Block a user