Codebase list ruby-fxruby / a746a243-50e5-4e96-b8b2-3946778547bb/main ext / fox16_c / include / FXRbGLCanvasVirtuals.h
a746a243-50e5-4e96-b8b2-3946778547bb/main

Tree @a746a243-50e5-4e96-b8b2-3946778547bb/main (Download .tar.gz)

FXRbGLCanvasVirtuals.h @a746a243-50e5-4e96-b8b2-3946778547bb/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();