mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2024-11-23 04:11:53 +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 MouseY;
|
||||
//
|
||||
/* // this can't be exposed yet: SDL driver doesn't set these at all
|
||||
native readonly bool IsShift;
|
||||
native readonly bool IsCtrl;
|
||||
native readonly bool IsAlt;
|
||||
*/
|
||||
}
|
||||
|
||||
class InputEvent : BaseEvent native
|
||||
|
|
Loading…
Reference in a new issue