Browse Source

* Added getModifierState

michael 7 years ago
parent
commit
029e1cbbff
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/rtl/web.pas

+ 1 - 0
packages/rtl/web.pas

@@ -2543,6 +2543,7 @@ Type
     FscreenY: Double; external name 'screenY';
     FShiftKey: Boolean; external name 'shiftKey';
   Public
+    function getModifierState(keyArg: String): boolean;
     Property altKey : Boolean read FAltKey;
     Property button: NativeInt read FBUtton;
     Property buttons: NativeInt read FBUttons;