Home
last modified time | relevance | path

Searched refs:_getWindow (Results 1 – 10 of 10) sorted by relevance

/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/mac/
DCocoaInputManager.h72 NSWindow * _getWindow() {return mWindow;} in _getWindow() function
DMacInputManager.h74 WindowRef _getWindow() {return mWindow;} in _getWindow() function
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/linux/
DLinuxInputManager.h67 Window _getWindow() {return window;} in _getWindow() function
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/iphone/
DiPhoneInputManager.h90 UIWindow * _getWindow() { return mWindow; } in _getWindow() function
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/mac/
DMacMouse.cpp93 WindowRef win = im->_getWindow(); in _initialize()
302 WindowRef win = im->_getWindow(); in _mouseCallback()
DCocoaMouse.mm38 mResponder = [[CocoaMouseView alloc] initWithFrame:[[man->_getWindow() contentView] frame]];
42 [[man->_getWindow() contentView] addSubview:mResponder];
DCocoaKeyboard.mm47 [man->_getWindow() makeFirstResponder:mResponder];
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/linux/
DLinuxMouse.cpp58 window = static_cast<LinuxInputManager*>(mCreator)->_getWindow(); in _initialize()
DLinuxKeyboard.cpp198 window = static_cast<LinuxInputManager*>(mCreator)->_getWindow(); in _initialize()
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/
Dcocoa.diff524 + NSWindow * _getWindow() {return mWindow;}
1122 + mResponder = [[CocoaMouseView alloc] initWithFrame:[[man->_getWindow() contentView] frame]];
1126 + [[man->_getWindow() contentView] addSubview:mResponder];
2142 + [man->_getWindow() makeFirstResponder:mResponder];