class AndroidPlatform extends NativePlatform
accScreen| Constructor and Description |
|---|
AndroidPlatform() |
| Modifier and Type | Method and Description |
|---|---|
protected NativeCursor |
createCursor()
Creates the NativeCursor for this platform.
|
protected InputDeviceRegistry |
createInputDeviceRegistry()
Creates the InputDeviceRegistry for this platform.
|
protected NativeScreen |
createScreen()
Creates the NativeScreen for this platform.
|
AcceleratedScreen |
getAcceleratedScreen(int[] attributes)
Create the accelerated screen for this platform
|
getCursor, getInputDeviceRegistry, getRunnableProcessor, getScreen, shutdownprotected InputDeviceRegistry createInputDeviceRegistry()
NativePlatformcreateInputDeviceRegistry in class NativePlatformprotected NativeCursor createCursor()
NativePlatformcreateCursor in class NativePlatformprotected NativeScreen createScreen()
NativePlatformcreateScreen in class NativePlatformpublic AcceleratedScreen getAcceleratedScreen(int[] attributes) throws GLException
getAcceleratedScreen in class NativePlatformattributes - a sequence of pairs (GLAttibute, value)GLException