| 18 | } |
| 19 | |
| 20 | void NativeConfirmationDialog::_process(float delta) { |
| 21 | NativeAcceptDialog::_process(delta); |
| 22 | } |
| 23 | |
| 24 | void NativeConfirmationDialog::_exit_tree() { |
| 25 | NativeAcceptDialog::_exit_tree(); |
nothing calls this directly
no outgoing calls
no test coverage detected