Game logic control class is the glue between interface and Tetris class, accepts the mouse and keyboard events of interface, operates Tetris class, and realizes...
Game pause function is relatively simple, mainly control the value of the gamerunningStatus variable and interface control, the game paused, the keyboard response should also...