File tree 2 files changed +4
-7
lines changed
jme3-ios/src/main/java/com/jme3/input/ios
2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 45
45
import java .util .logging .Logger ;
46
46
47
47
/**
48
- * AndroidTouchHandler is the base class that receives touch inputs from the
49
- * Android system and creates the TouchEvents for jME. This class is designed
50
- * to handle the base touch events for Android rev 9 (Android 2.3). This is
51
- * extended by other classes to add features that were introduced after
52
- * Android rev 9.
48
+ * IosTouchHandler is the base class that receives touch inputs from the
49
+ * iOS system and creates the TouchEvents for jME.
53
50
*
54
51
* @author iwgeric
55
52
*/
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2009-2020 jMonkeyEngine
2
+ * Copyright (c) 2009-2021 jMonkeyEngine
3
3
* All rights reserved.
4
4
*
5
5
* Redistribution and use in source and binary forms, with or without
37
37
38
38
/**
39
39
* TouchEventPool provides a RingBuffer of jME TouchEvents to help with garbage
40
- * collection on Android . Each TouchEvent is stored in the RingBuffer and is
40
+ * collection on iOS . Each TouchEvent is stored in the RingBuffer and is
41
41
* reused if the TouchEvent has been consumed.
42
42
*
43
43
* If a TouchEvent has not been consumed, it is placed back into the pool at the
You can’t perform that action at this time.
0 commit comments