Codebase list ruby-fxruby / 67480480-e2c2-46e3-bc0e-08ff055c738a/main ext / fox16_c / include / FXRbGLCanvasVirtuals.h
67480480-e2c2-46e3-bc0e-08ff055c738a/main

Tree @67480480-e2c2-46e3-bc0e-08ff055c738a/main (Download .tar.gz)

FXRbGLCanvasVirtuals.h @67480480-e2c2-46e3-bc0e-08ff055c738a/mainraw · history · blame

public:
  // Overrides the base class version of makeCurrent()
  virtual FXbool makeCurrent();

  // Overrides the base class version of makeNonCurrent()
  virtual FXbool makeNonCurrent();

  // Overrides the base class version of isCurrent()
  virtual FXbool isCurrent() const;

  // Overrides the base class version of swapBuffers()
  virtual void swapBuffers();