MCPcopy Create free account
hub / github.com/98teg/NativeDialogs / _process

Method _process

src/native_confirmation_dialog.cpp:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20void NativeConfirmationDialog::_process(float delta) {
21 NativeAcceptDialog::_process(delta);
22}
23
24void NativeConfirmationDialog::_exit_tree() {
25 NativeAcceptDialog::_exit_tree();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected