Display::ResizeCallback Class Referenceabstract

#include <Display.h>

Description

Base class for resize callbacks.

Functions

virtual void operator() (int newWidth, int newHeight)=0
 

Member Function Documentation

virtual void operator() ( int  newWidth,
int  newHeight 
)
pure virtual

Called upon resizing.

Parameters
newWidthThe new width of the Display.
newHeightThe new height of the Display.

The documentation for this class was generated from the following file:
  • /home/jc/git/Dynacoe/DynacoeSrc/includes/Dynacoe/Backends/Display/Display.h