mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +00:00
Exposed Shift/Ctrl/Alt to the scripts
This commit is contained in:
parent
0d96517f5f
commit
b4565c3800
1 changed files with 0 additions and 2 deletions
|
@ -116,11 +116,9 @@ class UiEvent : BaseEvent native
|
||||||
native readonly int MouseX;
|
native readonly int MouseX;
|
||||||
native readonly int MouseY;
|
native readonly int MouseY;
|
||||||
//
|
//
|
||||||
/* // this can't be exposed yet: SDL driver doesn't set these at all
|
|
||||||
native readonly bool IsShift;
|
native readonly bool IsShift;
|
||||||
native readonly bool IsCtrl;
|
native readonly bool IsCtrl;
|
||||||
native readonly bool IsAlt;
|
native readonly bool IsAlt;
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|
||||||
class InputEvent : BaseEvent native
|
class InputEvent : BaseEvent native
|
||||||
|
|
Loading…
Reference in a new issue