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

Method getEventMask

server/GLXDrawableHash.h:79–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 }
78
79 unsigned long getEventMask(GLXDrawable draw)
80 {
81 if(!draw) THROW("Invalid argument");
82 GLXDrawableAttribs *attribs = HASH::find(draw, NULL);
83 if(attribs) return attribs->eventMask;
84 return 0;
85 }
86
87 void remove(GLXDrawable draw)
88 {

Callers 1

glXGetSelectedEventFunction · 0.45

Calls 1

findFunction · 0.50

Tested by

no test coverage detected