(float x, float y, int stopColor)
| 648 | |
| 649 | |
| 650 | public void initPresentMode(float x, float y, int stopColor) { |
| 651 | presentMode = true; |
| 652 | showStopButton = stopColor != 0; |
| 653 | stopButtonColor = stopColor; |
| 654 | presentX = x; |
| 655 | presentY = y; |
| 656 | enableFBOLayer(); |
| 657 | } |
| 658 | |
| 659 | |
| 660 | public boolean presentMode() { |
no test coverage detected