mixins: Don't clobber left click forced menuops

This commit is contained in:
Max Weber
2019-01-26 07:55:27 -07:00
parent 5b9c3cf511
commit 001ac540e7
3 changed files with 14 additions and 1 deletions

View File

@@ -59,5 +59,11 @@ public class MenuEntry
* A second additional parameter for the action.
*/
private int param1;
/**
* If this field is true and you have single mouse button on and this entry is
* the top entry the right click menu will not be opened when you left click
*
* This is used for shift click
*/
private boolean forceLeftClick;
}