浏览代码

Avoid centering mouse when program launches

pull/2926/head
Ray 2 年前
父节点
当前提交
beb44f1dac
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. +0
    -2
      src/rcore.c

+ 0
- 2
src/rcore.c 查看文件

@ -924,8 +924,6 @@ void InitWindow(int width, int height, const char *title)
emscripten_set_gamepaddisconnected_callback(NULL, 1, EmscriptenGamepadCallback);
#endif
SetMousePosition(CORE.Window.screen.width/2, CORE.Window.screen.height/2);
#if defined(SUPPORT_EVENTS_AUTOMATION)
events = (AutomationEvent *)malloc(MAX_CODE_AUTOMATION_EVENTS*sizeof(AutomationEvent));
CORE.Time.frameCounter = 0;

正在加载...
取消
保存