Ejemplo n.º 1
0
 extern public static int BS2_SetNotificationListener(IntPtr context, OnAlarmFired cbOnAlarmFired, OnInputDetected cbOnInputDetected, OnConfigChanged cbOnConfigChanged);
Ejemplo n.º 2
0
 public void NotifyInput(KeyboardState state)
 {
     OnInputDetected?.Invoke(state);
 }