class X11Platform extends NativePlatform
| Modifier and Type | Field and Description |
|---|---|
private boolean |
x11Input |
accScreen| Constructor and Description |
|---|
X11Platform() |
| Modifier and Type | Method and Description |
|---|---|
protected NativeCursor |
createCursor()
Create the appropriate X11 cursor.
|
protected InputDeviceRegistry |
createInputDeviceRegistry()
Create the appropriate input device registry - if the system property
x11.input is true, then we use X11InputDeviceRegistry and get native
events via the X11 event queue.
|
protected NativeScreen |
createScreen()
Create the native screen for this platform
|
AcceleratedScreen |
getAcceleratedScreen(int[] attributes)
Create the accelerated screen for this platform
|
getCursor, getInputDeviceRegistry, getRunnableProcessor, getScreen, shutdownprotected InputDeviceRegistry createInputDeviceRegistry()
createInputDeviceRegistry in class NativePlatformprotected NativeCursor createCursor()
createCursor in class NativePlatformprotected NativeScreen createScreen()
createScreen in class NativePlatformpublic AcceleratedScreen getAcceleratedScreen(int[] attributes) throws GLException
getAcceleratedScreen in class NativePlatformattributes - a sequence of pairs (GLAttibute, value)GLException