Upgrade
This commit is contained in:
@@ -14,11 +14,11 @@ public abstract partial class KeyListenerModule : NullaryComputationalModule,
|
||||
IKeyListenerModule,
|
||||
IDuplicateOutputModule
|
||||
{
|
||||
[Export] private StringName? PresetActionName { get; set; }
|
||||
private DataOutPort? Output1 { get; set; }
|
||||
private DataOutPort? Output2 { get; set; }
|
||||
private DataOutPort? Output3 { get; set; }
|
||||
public IKeyParameter? ListeningKey { get; set; }
|
||||
[Export] private StringName PresetActionName { get; set; }
|
||||
private DataOutPort Output1 { get; set; }
|
||||
private DataOutPort Output2 { get; set; }
|
||||
private DataOutPort Output3 { get; set; }
|
||||
public IKeyParameter ListeningKey { get; set; }
|
||||
public bool Pressed { get; set; }
|
||||
public HashSet<IConfigurableParameter> ConfigurableParameters { get; set; } = new();
|
||||
public override void Init()
|
||||
|
||||
Reference in New Issue
Block a user