mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-18 11:00:33 +00:00
engine: client: disable enabling mouse cursor in key_message (typing in chat)
This commit is contained in:
parent
dca4226e4b
commit
9a42f4149f
@ -176,7 +176,7 @@ void IN_ToggleClientMouse( int newstate, int oldstate )
|
|||||||
|
|
||||||
// since SetCursorType controls cursor visibility
|
// since SetCursorType controls cursor visibility
|
||||||
// execute it first, and then check mouse grab state
|
// execute it first, and then check mouse grab state
|
||||||
if( newstate == key_menu || newstate == key_console || newstate == key_message )
|
if( newstate == key_menu || newstate == key_console )
|
||||||
{
|
{
|
||||||
Platform_SetCursorType( dc_arrow );
|
Platform_SetCursorType( dc_arrow );
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user