gl4java.system
Class GljMSJDirect

java.lang.Object
  |
  +--gl4java.system.GljMSJDirect

public class GljMSJDirect
extends java.lang.Object


Constructor Summary
GljMSJDirect()
           
 
Method Summary
static long createOGLWindowNative(long hwndParent, int x, int y, int width, int height)
           
static void destroyOGLWindowNative(long hdc)
           
static void moveOGLWindowNative(long hdc, int x, int y, int width, int height)
           
static void OGLWindowMsgPump()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GljMSJDirect

public GljMSJDirect()
Method Detail

OGLWindowMsgPump

public static final void OGLWindowMsgPump()

createOGLWindowNative

public static final long createOGLWindowNative(long hwndParent,
                                               int x,
                                               int y,
                                               int width,
                                               int height)

destroyOGLWindowNative

public static final void destroyOGLWindowNative(long hdc)

moveOGLWindowNative

public static final void moveOGLWindowNative(long hdc,
                                             int x,
                                             int y,
                                             int width,
                                             int height)