Example #1
0
 protected virtual void OnDeviceUpdating(LuaProfileModule profileModel, LuaDeviceUpdatingEventArgs e)
 {
     DeviceUpdating?.Invoke(profileModel, e);
 }
Example #2
0
 protected virtual void OnKeyboardKeyPressed(LuaProfileModule profileModel, LuaKeyPressEventArgs e)
 {
     KeyboardKeyPressed?.Invoke(profileModel, e);
 }