Remove mouse throttling code
This should be managed inside moonlight-common-c instead.
This commit is contained in:
parent
332d4433c4
commit
e1c4a488ed
4 changed files with 61 additions and 191 deletions
|
|
@ -1636,15 +1636,6 @@ void Session::execInternal()
|
|||
m_VideoDecoder->renderFrameOnMainThread();
|
||||
}
|
||||
break;
|
||||
case SDL_CODE_HIDE_CURSOR:
|
||||
SDL_ShowCursor(SDL_DISABLE);
|
||||
break;
|
||||
case SDL_CODE_SHOW_CURSOR:
|
||||
SDL_ShowCursor(SDL_ENABLE);
|
||||
break;
|
||||
case SDL_CODE_UNCAPTURE_MOUSE:
|
||||
SDL_CaptureMouse(SDL_FALSE);
|
||||
break;
|
||||
case SDL_CODE_FLUSH_WINDOW_EVENT_BARRIER:
|
||||
m_FlushingWindowEventsRef--;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue