This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
Archivist
/
raylib-src
огледало од
https://github.com/raysan5/raylib
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
24
Вики
Activity
Преглед изворни кода
Fix GetCurrentMonitor comments.
pull/4812/head
Kaluub
пре 1 месец
родитељ
f1385f3aec
комит
c7efac920c
7 измењених фајлова
са
7 додато
и
7 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/platforms/rcore_android.c
+1
-1
src/platforms/rcore_desktop_glfw.c
+1
-1
src/platforms/rcore_desktop_rgfw.c
+1
-1
src/platforms/rcore_desktop_sdl.c
+1
-1
src/platforms/rcore_drm.c
+1
-1
src/platforms/rcore_template.c
+1
-1
src/platforms/rcore_web.c
+ 1
- 1
src/platforms/rcore_android.c
Прегледај датотеку
@ -431,7 +431,7 @@ int GetMonitorCount(void)
return
1
;
}
/
/
Get
number
of
monitors
/
/
Get
current
monitor
where
window
is
placed
int
GetCurrentMonitor
(
void
)
{
TRACELOG
(
LOG_WARNING
,
"
GetCurrentMonitor() not implemented on target platform
"
)
;
+ 1
- 1
src/platforms/rcore_desktop_glfw.c
Прегледај датотеку
@ -736,7 +736,7 @@ int GetMonitorCount(void)
return
monitorCount
;
}
/
/
Get
number
of
monitors
/
/
Get
current
monitor
where
window
is
placed
int
GetCurrentMonitor
(
void
)
{
int
index
=
0
;
+ 1
- 1
src/platforms/rcore_desktop_rgfw.c
Прегледај датотеку
@ -651,7 +651,7 @@ int GetMonitorCount(void)
return
count
;
}
// Get
number of monitors
// Get
current monitor where window is placed
int
GetCurrentMonitor
(
void
)
{
RGFW_monitor
*
mons
=
RGFW_getMonitors
(
)
;
+ 1
- 1
src/platforms/rcore_desktop_sdl.c
Прегледај датотеку
@ -914,7 +914,7 @@ int GetMonitorCount(void)
return
monitorCount
;
}
/
/
Get
number
of
monitors
/
/
Get
current
monitor
where
window
is
placed
int
GetCurrentMonitor
(
void
)
{
int
currentMonitor
=
0
;
+ 1
- 1
src/platforms/rcore_drm.c
Прегледај датотеку
@ -371,7 +371,7 @@ int GetMonitorCount(void)
return
1
;
}
/
/
Get
number
of
monitors
/
/
Get
current
monitor
where
window
is
placed
int
GetCurrentMonitor
(
void
)
{
TRACELOG
(
LOG_WARNING
,
"
GetCurrentMonitor() not implemented on target platform
"
)
;
+ 1
- 1
src/platforms/rcore_template.c
Прегледај датотеку
@ -208,7 +208,7 @@ int GetMonitorCount(void)
return
1
;
}
/
/
Get
number
of
monitors
/
/
Get
current
monitor
where
window
is
placed
int
GetCurrentMonitor
(
void
)
{
TRACELOG
(
LOG_WARNING
,
"
GetCurrentMonitor() not implemented on target platform
"
)
;
+ 1
- 1
src/platforms/rcore_web.c
Прегледај датотеку
@ -709,7 +709,7 @@ int GetMonitorCount(void)
return
1
;
}
/
/
Get
number
of
monitors
/
/
Get
current
monitor
where
window
is
placed
int
GetCurrentMonitor
(
void
)
{
TRACELOG
(
LOG_WARNING
,
"
GetCurrentMonitor() not implemented on target platform
"
)
;
Write
Preview
Loading…
Откажи
Сачувај