DirectOutput
DirectOutput framework R3 for virtual pinball cabinets.
Loading...
Searching...
No Matches
ProPinballBridge Namespace Reference

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 ()

Function Documentation

◆ OnButtonLight()

delegate void ProPinballBridge::OnButtonLight ( int id,
const char * name,
int status )

◆ OnCompleted()

delegate void ProPinballBridge::OnCompleted ( )

◆ OnError()

delegate void ProPinballBridge::OnError ( const char * message)

◆ OnFlasher()

delegate void ProPinballBridge::OnFlasher ( int id,
const char * name,
float intensity )

◆ OnFlipper()

delegate void ProPinballBridge::OnFlipper ( int id,
const char * name,
int status )

◆ OnSolenoid()

delegate void ProPinballBridge::OnSolenoid ( int id,
const char * name,
int status )