Skip to content

Commit a5cc934

Browse files
committed
fix doc test is_mouse failing
1 parent 39b05d5 commit a5cc934

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

sdl2-sys/SDL

Submodule SDL updated 986 files

src/sdl2/event.rs

+2
Original file line numberDiff line numberDiff line change
@@ -2352,6 +2352,8 @@ impl Event {
23522352
/// timestamp: 0,
23532353
/// window_id: 0,
23542354
/// which: 0,
2355+
/// precise_x: 0.0,
2356+
/// precise_y: 0.0,
23552357
/// x: 0,
23562358
/// y: 0,
23572359
/// direction: MouseWheelDirection::Normal,

0 commit comments

Comments
 (0)