* Returns the screen's internal buffer surface. Any * contents that need to be shown will be blitted to this. * @return Pointer to the buffer surface. */
| 128 | * @return Pointer to the buffer surface. |
| 129 | */ |
| 130 | Surface *Screen::getSurface() |
| 131 | { |
| 132 | _pushPalette = true; |
| 133 | return _surface; |
| 134 | } |
| 135 | |
| 136 | /** |
| 137 | * Handles screen key shortcuts. |
no outgoing calls
no test coverage detected