mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 03:00:46 +00:00
git-svn-id: https://svn.eduke32.com/eduke32@827 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
95eed1cd2b
commit
bd94f048ea
1 changed files with 2 additions and 0 deletions
|
@ -3594,11 +3594,13 @@ cheat_for_port_credits:
|
||||||
{
|
{
|
||||||
ud.config.MouseFunctions[whichkey>>1][whichkey&1] = x;
|
ud.config.MouseFunctions[whichkey>>1][whichkey&1] = x;
|
||||||
CONTROL_MapButton(x, whichkey>>1, whichkey&1, controldevice_mouse);
|
CONTROL_MapButton(x, whichkey>>1, whichkey&1, controldevice_mouse);
|
||||||
|
mousebind[whichkey>>1].name[0] = 0;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
ud.config.MouseFunctions[whichkey-(MAXMOUSEBUTTONS-2)][0] = x;
|
ud.config.MouseFunctions[whichkey-(MAXMOUSEBUTTONS-2)][0] = x;
|
||||||
CONTROL_MapButton(x, whichkey-(MAXMOUSEBUTTONS-2), 0, controldevice_mouse);
|
CONTROL_MapButton(x, whichkey-(MAXMOUSEBUTTONS-2), 0, controldevice_mouse);
|
||||||
|
mousebind[whichkey-(MAXMOUSEBUTTONS-2)].name[0] = 0;
|
||||||
}
|
}
|
||||||
cmenu(205);
|
cmenu(205);
|
||||||
probey = whichkey;
|
probey = whichkey;
|
||||||
|
|
Loading…
Reference in a new issue