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