ソースを参照
remove unneeded math.h lol
pull/5420/head
kin fuyuki
2ヶ月前
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: E4E8E519FB71401
-
src/rcore.c
|
|
|
@ -3684,8 +3684,6 @@ Vector2 GetMousePosition(void) |
|
|
|
|
|
|
|
return position; |
|
|
|
} |
|
|
|
#include<math.h> |
|
|
|
|
|
|
|
Vector2 GetMousePositionDesktop(void) |
|
|
|
{ |
|
|
|
Vector2 position = { 0 }; |
|
|
|
|