Fix GetCurrentMonitor comments. (#4812)
This commit is contained in:
parent
f1385f3aec
commit
9ba0cdbe6d
7 changed files with 7 additions and 7 deletions
|
@ -431,7 +431,7 @@ int GetMonitorCount(void)
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Get number of monitors
|
// Get current monitor where window is placed
|
||||||
int GetCurrentMonitor(void)
|
int GetCurrentMonitor(void)
|
||||||
{
|
{
|
||||||
TRACELOG(LOG_WARNING, "GetCurrentMonitor() not implemented on target platform");
|
TRACELOG(LOG_WARNING, "GetCurrentMonitor() not implemented on target platform");
|
||||||
|
|
|
@ -736,7 +736,7 @@ int GetMonitorCount(void)
|
||||||
return monitorCount;
|
return monitorCount;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Get number of monitors
|
// Get current monitor where window is placed
|
||||||
int GetCurrentMonitor(void)
|
int GetCurrentMonitor(void)
|
||||||
{
|
{
|
||||||
int index = 0;
|
int index = 0;
|
||||||
|
|
|
@ -651,7 +651,7 @@ int GetMonitorCount(void)
|
||||||
return count;
|
return count;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Get number of monitors
|
// Get current monitor where window is placed
|
||||||
int GetCurrentMonitor(void)
|
int GetCurrentMonitor(void)
|
||||||
{
|
{
|
||||||
RGFW_monitor *mons = RGFW_getMonitors();
|
RGFW_monitor *mons = RGFW_getMonitors();
|
||||||
|
|
|
@ -914,7 +914,7 @@ int GetMonitorCount(void)
|
||||||
return monitorCount;
|
return monitorCount;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Get number of monitors
|
// Get current monitor where window is placed
|
||||||
int GetCurrentMonitor(void)
|
int GetCurrentMonitor(void)
|
||||||
{
|
{
|
||||||
int currentMonitor = 0;
|
int currentMonitor = 0;
|
||||||
|
|
|
@ -371,7 +371,7 @@ int GetMonitorCount(void)
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Get number of monitors
|
// Get current monitor where window is placed
|
||||||
int GetCurrentMonitor(void)
|
int GetCurrentMonitor(void)
|
||||||
{
|
{
|
||||||
TRACELOG(LOG_WARNING, "GetCurrentMonitor() not implemented on target platform");
|
TRACELOG(LOG_WARNING, "GetCurrentMonitor() not implemented on target platform");
|
||||||
|
|
|
@ -208,7 +208,7 @@ int GetMonitorCount(void)
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Get number of monitors
|
// Get current monitor where window is placed
|
||||||
int GetCurrentMonitor(void)
|
int GetCurrentMonitor(void)
|
||||||
{
|
{
|
||||||
TRACELOG(LOG_WARNING, "GetCurrentMonitor() not implemented on target platform");
|
TRACELOG(LOG_WARNING, "GetCurrentMonitor() not implemented on target platform");
|
||||||
|
|
|
@ -709,7 +709,7 @@ int GetMonitorCount(void)
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Get number of monitors
|
// Get current monitor where window is placed
|
||||||
int GetCurrentMonitor(void)
|
int GetCurrentMonitor(void)
|
||||||
{
|
{
|
||||||
TRACELOG(LOG_WARNING, "GetCurrentMonitor() not implemented on target platform");
|
TRACELOG(LOG_WARNING, "GetCurrentMonitor() not implemented on target platform");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue