mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-02 16:22:40 -06:00
.developing rainbow
git-svn-id: svn://ultimatepp.org/upp/trunk@3612 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
e29bed41f0
commit
f5493483e2
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ Point Ctrl::Xbuttonpos;
|
|||
|
||||
dword Ctrl::KEYtoK(dword key)
|
||||
{
|
||||
if(key != K_CTRL_KEY && key != K_SHIFT_KEY) {
|
||||
if(key != K_CTRL_KEY && key != K_SHIFT_KEY && key != K_ALT_KEY) {
|
||||
if(GetCtrl()) key |= K_CTRL;
|
||||
if(GetAlt()) key |= K_ALT;
|
||||
if(GetShift()) key |= K_SHIFT;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue