Android 'System' implementation.
More...
#include <SystemAndroid.h>
List of all members.
Detailed Description
Android 'System' implementation.
Member Function Documentation
Returns the native Android application.
- Returns:
- The native Android application, can be a null pointer, do not delete the returned instance
Sets the native Android application.
- Parameters:
-
[in] | pAndroidApp | Native Android application, can be a null pointer, the given instance is just shared and not destroyed by this class |
Returns the Android asset manager.
- Returns:
- The Android asset manager, can be a null pointer, do not delete the returned instance
- Note:
- Information can also be received thru the native Android application pointer received via "GetAndroidApp()" (native Android activity only, that's why this special asset manager method exists in here)
Sets the Android asset manager.
- Parameters:
-
[in] | pAAssetManager | Android asset manager, can be a null pointer, the given instance is just shared and not destroyed by this class |
Emit Android input event.
- Parameters:
-
[in] | sAInputEvent | Android input event to emit |
Returns whether or not console messages are also written into the Android in-kernel log buffer (use Androids "logcat" utility to access this system log)
- Returns:
- 'true' if console messages are also written into the Android in-kernel log buffer, else 'false'
Sets whether or not console messages are also written into the Android in-kernel log buffer (use Androids "logcat" utility to access this system log)
- Parameters:
-
[in] | bConsoleToKernelLog | 'true' if console messages are also written into the Android in-kernel log buffer, else 'false', default is 'false' |
Member Data Documentation
Android input event, input event to be processed as first parameter
The documentation for this class was generated from the following files: