Avoid "double-clicks" when the virtual keyboard is activated.
svn-id: r19101
This commit is contained in:
parent
a4aefbe9b4
commit
1ee05972af
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ int handleInput(struct mapledev *pad, int &mouse_x, int &mouse_y,
|
|||
}
|
||||
}
|
||||
|
||||
if(lmb && inter) {
|
||||
if(lmb && inter && !lastlmb) {
|
||||
newkey = 1000;
|
||||
lmb = 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue