mirror of
https://github.com/rust-mobile/android-activity.git
synced 2026-07-10 08:44:11 +00:00
GameActivity PATH: fix for checking history pointer samples
This commit is contained in:
@@ -988,7 +988,7 @@ extern "C" int GameActivityMotionEvent_fromJava(
|
||||
for (int histIndex = 0; histIndex < historySize; ++histIndex) {
|
||||
historicalEventTimes[histIndex] =
|
||||
env->CallLongMethod(motionEvent,
|
||||
gMotionEventClassInfo.getHistoricalEventTime) *
|
||||
gMotionEventClassInfo.getHistoricalEventTime, histIndex) *
|
||||
1000000;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user