Class WindowProc

    • Method Detail

      • create

        public static WindowProc create(long functionPointer)
        Creates a WindowProc instance from the specified function pointer.
      • create

        public static WindowProc create(WindowProcI instance)
        Creates a WindowProc instance that delegates to the specified WindowProcI instance.