* Added getModifierState

This commit is contained in:
michael 2018-06-11 04:55:46 +00:00
parent 944ab9ae8e
commit 029e1cbbff

View File

@ -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;