Skip to content

Commit 01fed59

Browse files
committed
Harmony port: fix
1 parent 167fe8b commit 01fed59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/video/ohos/SDL_ohostouch.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
#define SDL_OHOSTOUCH_H
33

44
typedef struct SDL_OHOSTouchEvent {
5-
int64_t deviceId;
6-
int32_t fingerId;
5+
long long deviceId;
6+
int fingerId;
77
int type;
88
float x;
99
float y;
1010
float p;
1111
float area;
12-
int64_t timestamp;
12+
long long timestamp;
1313
} SDL_OHOSTouchEvent;
1414

1515
void OHOS_OnTouch(SDL_OHOSTouchEvent event);

0 commit comments

Comments
 (0)