Skip to content

Commit b87e330

Browse files
Merge pull request #121 from MKGilby/master
Update sdlevents.inc
2 parents 5b3f97c + 3204e88 commit b87e330

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

units/sdlevents.inc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,8 @@ type
285285
direction: cuint32; // Set to one of the SDL_MOUSEWHEEL_* defines. When FLIPPED the values in X and Y will be opposite. Multiply by -1 to change them back
286286
preciseX: cfloat; // The amount scrolled horizontally, positive to the right and negative to the left, with float precision (added in 2.0.18)
287287
preciseY: cfloat; // The amount scrolled vertically, positive away from the user and negative toward the user, with float precision (added in 2.0.18)
288+
mouseX: cint32; // X coordinate, relative to window (added in 2.26.0)
289+
mouseY: cint32; // Y coordinate, relative to window (added in 2.26.0)
288290
end;
289291

290292
{**

0 commit comments

Comments
 (0)