Package com.jme3.system.ios
Class JmeIosSystem
java.lang.Object
com.jme3.system.JmeSystemDelegate
com.jme3.system.ios.JmeIosSystem
-
Field Summary
Fields inherited from class com.jme3.system.JmeSystemDelegate
errorMessageHandler, initialized, logger, lowPermissions, settingsHandler, softTextDialogInput, storageFolders
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
initialize
(AppSettings settings) newAudioRenderer
(AppSettings settings) newContext
(AppSettings settings, JmeContext.Type contextType) void
showSoftKeyboard
(boolean show) void
writeImageFile
(OutputStream outStream, String format, ByteBuffer imageData, int width, int height) Methods inherited from class com.jme3.system.JmeSystemDelegate
getBuildInfo, getFullName, getPlatform, getResource, getResourceAsStream, getSoftTextDialogInput, getStorageFolder, handleErrorMessage, handleSettings, isLowPermissions, newAssetManager, newAssetManager, setErrorMessageHandler, setLowPermissions, setSettingsHandler, setSoftTextDialogInput, showErrorDialog, showSettingsDialog, trackDirectMemory
-
Constructor Details
-
JmeIosSystem
public JmeIosSystem()
-
-
Method Details
-
getPlatformAssetConfigURL
- Specified by:
getPlatformAssetConfigURL
in classJmeSystemDelegate
-
writeImageFile
public void writeImageFile(OutputStream outStream, String format, ByteBuffer imageData, int width, int height) throws IOException - Specified by:
writeImageFile
in classJmeSystemDelegate
- Throws:
IOException
-
newContext
- Specified by:
newContext
in classJmeSystemDelegate
-
newAudioRenderer
- Specified by:
newAudioRenderer
in classJmeSystemDelegate
-
initialize
- Specified by:
initialize
in classJmeSystemDelegate
-
showSoftKeyboard
public void showSoftKeyboard(boolean show) - Specified by:
showSoftKeyboard
in classJmeSystemDelegate
-