mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-06 14:07:47 +02:00
* Added getModifierState
This commit is contained in:
parent
944ab9ae8e
commit
029e1cbbff
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user