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