(float x, float y, int stopColor)
| 607 | |
| 608 | |
| 609 | public void initPresentMode(float x, float y, int stopColor) { |
| 610 | presentMode = true; |
| 611 | showStopButton = stopColor != 0; |
| 612 | stopButtonColor = stopColor; |
| 613 | presentX = x; |
| 614 | presentY = y; |
| 615 | enableFBOLayer(); |
| 616 | } |
| 617 | |
| 618 | |
| 619 | public boolean presentMode() { |
no test coverage detected