Skip to content

Conversation

@sakakibara
Copy link

@sakakibara sakakibara commented Dec 30, 2025

Zig 0.15 requires explicit integer casts where implicit conversions were previously allowed. When assigning Point.col/row (u16) to Mouse.col/row (i16), an explicit @intCast is now required.

This fixes compilation errors in vxfw.App.MouseHandler.handleMouse when building with Zig 0.15.

Zig 0.15 requires explicit integer casts where implicit conversions were
previously allowed. When assigning Point.col/row (u16) to Mouse.col/row
(i16), an explicit @intcast is now required.

This fixes compilation errors in vxfw.App.MouseHandler.handleMouse when
building with Zig 0.15.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant