Skip to content

setActiveWindow

Thomas Marrinan edited this page Jan 13, 2017 · 1 revision

Method

setActiveWindow — causes OpenGL commands to be sent to context owned by the specified window

Specification

void setActiveWindow(int winId);

Parameters

winId

  • here

Example

glow *gl = new glow();
...
gl->setActiveWindow(win);
Clone this wiki locally