OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:touchObject
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/iphone/
iPhoneInputManager.mm
35
@synthesize
touchObject
;
40
touchObject
= nil;
47
delete
touchObject
;
touchObject
= NULL;
66
touchObject
->_touchEnded(touch);
72
touchObject
->_touchMoved(touch);
78
touchObject
->_touchCancelled(touch);
84
touchObject
->_touchBegan(touch);
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/iphone/
iPhoneInputManager.h
38
OIS::iPhoneMultiTouch *
touchObject
;
42
@property (assign) OIS::iPhoneMultiTouch *
touchObject
;
Completed in 539 milliseconds