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