PFNGLBITMAPXOESPROCDart typedef

PFNGLBITMAPXOESPROCDart = void Function(int width, int height, int xorig, int yorig, int xmove, int ymove, Pointer<Uint8> bitmap)

Implementation

typedef PFNGLBITMAPXOESPROCDart =
    void Function(
      int width,
      int height,
      int xorig,
      int yorig,
      int xmove,
      int ymove,
      Pointer<Uint8> bitmap,
    );