INTERNAL_NUGET_VERSION=4.0.1.999
# RPM Version Suffix
-RPM_VERSION_SUFFIX=nui82
+RPM_VERSION_SUFFIX=nui83
# Native Dependencies
-DALI_VERSION=1.2.82
+DALI_VERSION=1.2.83
{
public const int daliVer1 = 1;
public const int daliVer2 = 2;
- public const int daliVer3 = 82;
- public const int nuiVer1 = 0;
+ public const int daliVer3 = 83;
+ public const int nuiVer1 = 1;
public const int nuiVer2 = 2;
- public const int nuiVer3 = 82;
+ public const int nuiVer3 = 83;
public const string nuiRelease = "";
}
- if (this)
- {
- this.Clear();
- this.Reset();
- //throw new System.InvalidOperationException("Animation Instance should not be disposed until getting Finished event. Should be a global variable");
- }
+ this?.Clear();
//Release your own unmanaged resources here.
//You should not access any managed member here except static instance.
{
if (keyEvent == global::System.IntPtr.Zero)
{
- Tizen.Log.Error("NUI", "keyEvent should not be null!");
+ NUILog.Error("keyEvent should not be null!");
return true;
}
{
if (touchData == global::System.IntPtr.Zero)
{
- Tizen.Log.Error("NUI", "touchData should not be null!");
+ NUILog.Error("touchData should not be null!");
return true;
}
{
if (hoverEvent == global::System.IntPtr.Zero)
{
- Tizen.Log.Error("NUI", "hoverEvent should not be null!");
+ NUILog.Error("hoverEvent should not be null!");
return true;
}
{
if (wheelEvent == global::System.IntPtr.Zero)
{
- Tizen.Log.Error("NUI", "wheelEvent should not be null!");
+ NUILog.Error("wheelEvent should not be null!");
return true;
}