(playing)
| 377 | this.functions.setVSync(enabled); |
| 378 | } |
| 379 | toggleMainLoop(playing) { |
| 380 | this.functions.toggleMainLoop(playing); |
| 381 | } |
| 382 | getCoreOptions() { |
| 383 | return this.functions.getCoreOptions(); |
| 384 | } |
no outgoing calls
no test coverage detected