GUI: better
This commit is contained in:
parent
083f870930
commit
b105dd535f
4 changed files with 26 additions and 11 deletions
|
|
@ -2166,6 +2166,13 @@ int DivEngine::getRow() {
|
|||
return prevRow;
|
||||
}
|
||||
|
||||
void DivEngine::getPlayPos(int& order, int& row) {
|
||||
playPosLock.lock();
|
||||
order=prevOrder;
|
||||
row=prevRow;
|
||||
playPosLock.unlock();
|
||||
}
|
||||
|
||||
int DivEngine::getElapsedBars() {
|
||||
return elapsedBars;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue