getBool method

bool getBool(
  1. int value
)

Get a Dart boolean from an SDL one.

Implementation

bool getBool(final int value) => value == SDL_bool.SDL_TRUE;