Getter function for the vertical resolution @return Current vertical resolution in pixels
()
| 80 | * @return Current vertical resolution in pixels |
| 81 | */ |
| 82 | public int getYRes() { return this.yRes; } |
| 83 | /** |
| 84 | * Getter function for the frame rate |
| 85 | * @return Desired frame rate, in frames per second |
no outgoing calls
no test coverage detected