Open FreeFull opened 9 years ago
The .width() and .height() methods on RustBox return usize, but the ResizeEvent variant of Event provides a pair of i32 integers. The types between the methods and the variant probably should match.
.width()
.height()
RustBox
usize
ResizeEvent
Event
i32
The
.width()
and.height()
methods onRustBox
returnusize
, but theResizeEvent
variant ofEvent
provides a pair ofi32
integers. The types between the methods and the variant probably should match.