MCPcopy Create free account
hub / github.com/VirtualGL/virtualgl / setEventMask

Method setEventMask

server/GLXDrawableHash.h:72–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 }
71
72 void setEventMask(GLXDrawable draw, unsigned long eventMask)
73 {
74 if(!draw) THROW("Invalid argument");
75 GLXDrawableAttribs *attribs = HASH::find(draw, NULL);
76 if(attribs) attribs->eventMask = eventMask;
77 }
78
79 unsigned long getEventMask(GLXDrawable draw)
80 {

Callers 1

glXSelectEventFunction · 0.45

Calls 1

findFunction · 0.50

Tested by

no test coverage detected