From b4565c3800652d03f2e6cf7be39ba52258512b9c Mon Sep 17 00:00:00 2001 From: ZZYZX Date: Fri, 3 Feb 2017 16:15:53 +0200 Subject: [PATCH] Exposed Shift/Ctrl/Alt to the scripts --- wadsrc/static/zscript/events.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/wadsrc/static/zscript/events.txt b/wadsrc/static/zscript/events.txt index f96d6e6dc..3d8b61984 100755 --- a/wadsrc/static/zscript/events.txt +++ b/wadsrc/static/zscript/events.txt @@ -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