MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / SetSelectChangeCallback

Method SetSelectChangeCallback

Descent3/newui_core.cpp:3061–3061  ·  view source on GitHub ↗

set callbacks

Source from the content-addressed store, hash-verified

3059
3060// set callbacks
3061void newuiListBox::SetSelectChangeCallback(void (*fn)(int)) { selectchange_fn = fn; }
3062
3063void newuiListBox::SetSelectChangeCallback(void (*fn)(int, void *), void *ptr) {
3064 selectchange_id_fn = fn;

Callers 7

setupMethod · 0.45
PltSelectShipFunction · 0.45
ShowPilotPicDialogFunction · 0.45
AddMethod · 0.45
DoPathFileDialogFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected