flash method

int flash(
  1. int operation
)

Implementation

int flash(int operation) {
  // 2082
  return sdlFlashWindow(this, operation);
}