OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:E_General
(Results
1 - 25
of
28
) sorted by null
1
2
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/mac/
MacHelpers.cpp
48
OIS_EXCEPT(
E_General
, "KeyDownWrapper >> Being called by something other than our event handler!");
66
OIS_EXCEPT(
E_General
, "KeyUpWrapper >> Being called by something other than our event handler!");
85
OIS_EXCEPT(
E_General
, "KeyModWrapper >> Being called by something other than our event handler!");
104
OIS_EXCEPT(
E_General
, "MouseMoveWrapper >> Being called by something other than our event handler!");
123
OIS_EXCEPT(
E_General
, "MouseScrollWrapper >> Being called by something other than our event handler!");
142
OIS_EXCEPT(
E_General
, "MouseButtonWrapper >> Being called by something other than our event handler!");
159
OIS_EXCEPT(
E_General
, "MouseWrapper >> Being called by something other than our event handler!");
MacJoyStick.cpp
66
OIS_EXCEPT(
E_General
, "MacJoyStick::_initialize() >> Could not initialize joy device!");
272
OIS_EXCEPT(
E_General
, "JoyStick elements could not be copied: copyMatchingElements failed with error: " + success);
313
OIS_EXCEPT(
E_General
, "Queue could not be started.");
318
OIS_EXCEPT(
E_General
, "Queue could not be created.");
323
OIS_EXCEPT(
E_General
, "Queue allocation failed.");
CocoaJoyStick.mm
66
OIS_EXCEPT(
E_General
, "CocoaJoyStick::_initialize() >> Could not initialize joy device!");
272
OIS_EXCEPT(
E_General
, "JoyStick elements could not be copied: copyMatchingElements failed with error: " + success);
313
OIS_EXCEPT(
E_General
, "Queue could not be started.");
318
OIS_EXCEPT(
E_General
, "Queue could not be created.");
323
OIS_EXCEPT(
E_General
, "Queue allocation failed.");
MacMouse.cpp
120
OIS_EXCEPT(
E_General
, "MacMouse::_initialize >> Error loading Mouse event handler" );
123
OIS_EXCEPT(
E_General
, "MacMouse::_initialize >> Error loading Mouse event handler" );
144
OIS_EXCEPT(
E_General
, "MouseWrapper >> Being called by something other than our event handler!");
MacInputManager.cpp
110
OIS_EXCEPT(
E_General
, "MacInputManager::_parseConfigSettings >> Unable to find a window or event target" );
CocoaInputManager.mm
88
OIS_EXCEPT(
E_General
, "CocoaInputManager::_parseConfigSettings >> Unable to find a window or event target" );
MacHIDManager.cpp
137
OIS_EXCEPT(
E_General
, "Could not setup HID device search parameters");
191
OIS_EXCEPT(
E_General
, "Not able to create plugin interface");
MacKeyboard.cpp
124
OIS_EXCEPT(
E_General
, "MacKeyboard::_initialize >> Error loading KeyDown event handler" );
127
OIS_EXCEPT(
E_General
, "MacKeyboard::_initialize >> Error loading KeyUp event handler" );
130
OIS_EXCEPT(
E_General
, "MacKeyboard::_initialize >> Error loading Keymods event handler" );
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/
OISException.h
41
E_General
54
Exception() : eType(
E_General
), eLine(0), eFile(0) {}
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/
Win32Mouse.cpp
57
OIS_EXCEPT(
E_General
, "Win32Mouse::Win32Mouse >> Failed to create device" );
60
OIS_EXCEPT(
E_General
, "Win32Mouse::Win32Mouse >> Failed to set format" );
65
OIS_EXCEPT(
E_General
, "Win32Mouse::Win32Mouse >> Failed to set coop level" );
68
OIS_EXCEPT(
E_General
, "Win32Mouse::Win32Mouse >> Failed to set property" );
72
OIS_EXCEPT(
E_General
, "Win32Mouse::Win32Mouse >> Failed to aquire mouse!" );
Win32KeyBoard.cpp
52
OIS_EXCEPT(
E_General
, "Win32Keyboard::Win32Keyboard >> Could not init device!");
55
OIS_EXCEPT(
E_General
, "Win32Keyboard::Win32Keyboard >> format error!");
60
OIS_EXCEPT(
E_General
, "Win32Keyboard::Win32Keyboard >> coop error!");
72
OIS_EXCEPT(
E_General
, "Win32Keyboard::Win32Keyboard >> buffer error!");
77
OIS_EXCEPT(
E_General
, "Win32Keyboard::Win32Keyboard >> aquire error!");
124
OIS_EXCEPT(
E_General
, "Win32Keyboard::_readBuffered() >> Problem with Device!" );
Win32JoyStick.cpp
115
OIS_EXCEPT(
E_General
, "Win32JoyStick::_initialize() >> Could not initialize joy device!");
118
OIS_EXCEPT(
E_General
, "Win32JoyStick::_initialize() >> data format error!");
123
OIS_EXCEPT(
E_General
, "Win32JoyStick::_initialize() >> failed to set cooperation level!");
126
OIS_EXCEPT(
E_General
, "Win32Mouse::Win32Mouse >> Failed to set buffer size property" );
152
OIS_EXCEPT(
E_General
, "Win32JoyStick::_enumerate >> Failed to get capabilities" );
211
OIS_EXCEPT(
E_General
, "Win32JoyStick::_DIEnumDeviceObjectsCallback >> Failed to set min/max range property" );
Win32InputManager.cpp
79
OIS_EXCEPT(
E_General
, "Win32InputManager::Win32InputManager >> The sent HWND is not valid!");
86
OIS_EXCEPT(
E_General
, "Win32InputManager::Win32InputManager >> Not able to init DirectX8 Input!");
Win32ForceFeedback.cpp
86
OIS_EXCEPT(
E_General
, "Can't query FF memory load as device was not acquired in exclusive mode");
88
OIS_EXCEPT(
E_General
, "Unknown error querying FF memory load ->..");
418
OIS_EXCEPT(
E_General
, "Unknown error creating effect->..");
534
// OIS_EXCEPT(
E_General
, ss.str().c_str());
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/linux/
EventHelpers.cpp
64
OIS_EXCEPT(
E_General
, "Could not read device events features");
84
OIS_EXCEPT(
E_General
, "Could not read device absolute axis features");
120
OIS_EXCEPT(
E_General
, "Could not read device relative axis features");
141
OIS_EXCEPT(
E_General
, "Could not read device buttons features");
161
OIS_EXCEPT(
E_General
, "Error with File Descriptor" );
221
OIS_EXCEPT(
E_General
, "Could not read device absolute axis features");
246
OIS_EXCEPT(
E_General
, "Could not read device name");
261
OIS_EXCEPT(
E_General
, "Could not read device unique Id");
276
OIS_EXCEPT(
E_General
, "Could not read device physical location");
326
OIS_EXCEPT(
E_General
, "Could not read device force feedback features")
[
all
...]
LinuxForceFeedback.cpp
65
OIS_EXCEPT(
E_General
, "Unknown error reading max number of uploaded effects.");
103
OIS_EXCEPT(
E_General
, "Unknown error changing master gain.");
132
OIS_EXCEPT(
E_General
, "Unknown error toggling auto-center.");
364
OIS_EXCEPT(
E_General
, "No such available effect for Periodic force!");
415
OIS_EXCEPT(
E_General
, "No such available effect for Conditional force!");
472
OIS_EXCEPT(
E_General
, "Unknown error creating effect (may be the device is full)->..");
499
OIS_EXCEPT(
E_General
, "Unknown error updating an effect->..");
526
OIS_EXCEPT(
E_General
, "Unknown error stopping effect->..");
544
OIS_EXCEPT(
E_General
, "Unknown error playing effect->..");
557
OIS_EXCEPT(
E_General
, "Unknown error removing effect->..")
[
all
...]
LinuxMouse.cpp
62
OIS_EXCEPT(
E_General
, "LinuxMouse::_initialize >> Error opening X!");
66
OIS_EXCEPT(
E_General
, "LinuxMouse::_initialize >> X error!");
LinuxKeyboard.cpp
202
OIS_EXCEPT(
E_General
, "LinuxKeyboard::_initialize >> Error opening X!");
206
OIS_EXCEPT(
E_General
, "LinuxKeyboard::_initialize: X error!");
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/SDL/
SDLInputManager.cpp
49
OIS_EXCEPT(
E_General
, "SDLInputManager::SDLInputManager >> SDL Not Initialized already!");
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/
OISForceFeedback.cpp
38
OIS_EXCEPT(
E_General
, "Can't add unknown effect Force/Type to the supported list" );
OISInputManager.cpp
132
OIS_EXCEPT(
E_General
, "No platform library.. check build platform defines!");
245
OIS_EXCEPT(
E_General
, "Object creator not known.");
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/extras/WiiMote/
OISWiiMoteFactoryCreator.cpp
149
OIS_EXCEPT(
E_General
, "Device not found in wimote collection!");
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/iphone/
iPhoneInputManager.mm
142
OIS_EXCEPT(
E_General
, "iPhoneInputManager::_parseConfigSettings >> Unable to find a window or event target" );
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/demos/
OISConsole.cpp
247
OIS_EXCEPT(
E_General
, "Failed to create Win32 Window Dialog!");
262
OIS_EXCEPT(
E_General
, "Error opening X!");
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/extras/LIRC/
OISLIRCFactoryCreator.cpp
390
OIS_EXCEPT(
E_General
, "Device not found in LIRC remote collection!");
Completed in 670 milliseconds
1
2