This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#pragma once | |
#include <JuceHeader.h> | |
class BluetoothMidiSelectorWindowHelper; | |
/** This file is a copy of the juce class BluetoothMidiDevicePairingDialogue, adapted to bring the existing window to the front if open() is called multiple times in a row. | |
*/ | |
class UniqueBluetoothMidiDevicePairingDialogue | |
{ |