IKeyModifiers Interface |
Namespace: DotNetBrowser.Input.Keyboard.Events
public interface IKeyModifiers
The IKeyModifiers type exposes the following members.
Name | Description | |
---|---|---|
![]() | AltDown |
Indicates whether the Alt key is pressed.
|
![]() | AltGraphDown |
Indicates whether the Alt Graph/Right Alt key is pressed.
|
![]() | ControlDown |
Indicates whether the Ctrl key is pressed.
|
![]() | MetaDown |
Indicates whether the Meta key is pressed.
|
![]() | ShiftDown |
Indicates whether the Shift key is pressed.
|