mirror of
https://github.com/jwetzell/qController.git
synced 2026-08-19 22:24:18 +00:00
Update Notes by double tapping
This commit is contained in:
@@ -99,9 +99,17 @@ namespace qController
|
||||
|
||||
|
||||
qCell = new QSelectedCueCell();
|
||||
|
||||
|
||||
qCell.SelectedCueEdited += OnSelectedCueEdited;
|
||||
sLayout.Children.Add(qCell);
|
||||
}
|
||||
|
||||
private void OnSelectedCueEdited(object source, CueEditArgs args)
|
||||
{
|
||||
string address = "/workspace/" + qController.qWorkspace.workspace_id + "/cue_id/" + args.CueID + "/" + args.Property
|
||||
qController.qClient.sendArgsUDP(address, args.NewValue);
|
||||
}
|
||||
void FinishUI()
|
||||
{
|
||||
string workspace_prefix = "/workspace/" + qController.qWorkspace.workspace_id;
|
||||
|
||||
Reference in New Issue
Block a user