makeCurrent method

int makeCurrent(
  1. int context
)

Implementation

int makeCurrent(int context)  {
  return  _makeCurrent(context);
}