This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
Archivist
/
raylib-src
огледало од
https://github.com/raysan5/raylib
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
24
Вики
Activity
Преглед изворни кода
GetCurrentMonitor() bugfix (
#3058
)
* GetCurrentMonitor() bugfix * GetCurrentMonitor() bugfix
pull/3066/head
hamyy
пре 2 година
committed by
GitHub
родитељ
818312683e
комит
26a3536958
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 измењених фајлова
са
1 додато
и
1 уклоњено
Један поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/rcore.c
+ 1
- 1
src/rcore.c
Прегледај датотеку
@ -1785,7 +1785,7 @@ int GetCurrentMonitor(void)
monitor
=
monitors
[
i
]
;
monitor
=
monitors
[
i
]
;
glfwGetMonitorWorkarea
(
monitor
,
&
mx
,
&
my
,
&
width
,
&
height
)
;
glfwGetMonitorWorkarea
(
monitor
,
&
mx
,
&
my
,
&
width
,
&
height
)
;
if
(
x
>
=
mx
&
&
x
<
=
(
mx
+
width
)
&
&
y
>
=
my
&
&
y
<
=
(
my
+
height
)
)
if
(
x
>
=
mx
&
&
x
<
(
mx
+
width
)
&
&
y
>
=
my
&
&
y
<
(
my
+
height
)
)
{
{
index
=
i
;
index
=
i
;
break
;
break
;
Write
Preview
Loading…
Откажи
Сачувај