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, shutdown
protected InputDeviceRegistry createInputDeviceRegistry()
NativePlatform
createInputDeviceRegistry
in class NativePlatform
protected NativeCursor createCursor()
NativePlatform
createCursor
in class NativePlatform
protected NativeScreen createScreen()
NativePlatform
createScreen
in class NativePlatform
public AcceleratedScreen getAcceleratedScreen(int[] attributes) throws GLException
getAcceleratedScreen
in class NativePlatform
attributes
- a sequence of pairs (GLAttibute, value)GLException