Working on tool

This commit is contained in:
Ray
2016-09-14 09:39:42 +02:00
parent 47dc4455e2
commit 9a7082c4ea
3 changed files with 53 additions and 41 deletions

View File

@ -293,15 +293,13 @@ int main()
//----------------------------------------------------------------------------------
if (IsFileDropped())
{
/*
guiPropertySelected = -1;
droppedFiles = GetDroppedFiles(&count);
fileName = droppedFiles[0];
//fileName = droppedFiles[0];
//BtnLoadStyle();
//ClearDroppedFiles();
*/
ClearDroppedFiles();
}
if (guiElementSelected == PROGRESSBAR)
@ -310,6 +308,8 @@ int main()
progressValue += 0.005f;
}
// NOTE: REVIEW!!! -> CRASHES APP... (ironically, in MSVC works perfectly)
/*
for (int i = 0; i < NUM_ELEMENTS; i++)
{
if (CheckCollisionPointRec(GetMousePosition(), guiElementRec[i]))
@ -457,7 +457,7 @@ int main()
bgColor = GetColor(GetStyleProperty(BACKGROUND_COLOR));
SetStyleProperty(guiPropertySelected, GetHexValue(colorPickerValue));
}
*/
//----------------------------------------------------------------------------------
// Draw