mirror of
https://github.com/openharmony/ace_ace_engine.git
synced 2026-07-19 22:54:50 -04:00
@@ -123,7 +123,7 @@ struct MouseEvent final {
|
||||
|
||||
int32_t id = GetId();
|
||||
|
||||
return { id, .x = x, .y = y, type, .time = time, .size = 0.0 };
|
||||
return { .id = id, .x = x, .y = y, .type = type, .time = time, .size = 0.0 };
|
||||
}
|
||||
|
||||
MouseEvent operator-(const Offset& offset) const
|
||||
|
||||
Reference in New Issue
Block a user