![]() |
DirectOutput
DirectOutput framework R3 for virtual pinball cabinets.
|
Classes | |
class | ProPinballFeedback |
Functions | |
delegate void | OnFlasher (int id, const char *name, float intensity) |
delegate void | OnSolenoid (int id, const char *name, int status) |
delegate void | OnFlipper (int id, const char *name, int status) |
delegate void | OnButtonLight (int id, const char *name, int status) |
delegate void | OnError (const char *message) |
delegate void | OnCompleted () |
delegate void ProPinballBridge::OnButtonLight | ( | int | id, |
const char * | name, | ||
int | status ) |
delegate void ProPinballBridge::OnCompleted | ( | ) |
delegate void ProPinballBridge::OnError | ( | const char * | message | ) |
delegate void ProPinballBridge::OnFlasher | ( | int | id, |
const char * | name, | ||
float | intensity ) |
delegate void ProPinballBridge::OnFlipper | ( | int | id, |
const char * | name, | ||
int | status ) |
delegate void ProPinballBridge::OnSolenoid | ( | int | id, |
const char * | name, | ||
int | status ) |