true if a specific mouse button defined by mask is pressed
// Check if the left mouse button is pressed if(_sdl2.mouse.isButtonPressed(SDL_BUTTON_LMASK)) ...
See Implementation