|
FoxitPDFSDKforWeb v11.0.4
Foxit PDF SDK for Web
|
Represents encapsulates flags for a form interaction event. More...
Public Attributes | |
| boolean | alt |
| Flag indicating whether the event was triggered with the Alt key. | |
| boolean | command |
| Flag indicating whether the event was triggered with the Command key (For Mac OS only). | |
| boolean | ctrl |
| Flag indicating whether the event was triggered with the Ctrl key. | |
| boolean | leftButtonDown |
| Flag indicating whether the event was triggered with the left mouse button down. | |
| boolean | meta |
| Flag indicating whether the event was triggered with the Meta key. | |
| boolean | middeButtonDown |
| Flag indicating whether the event was triggered with the middle mouse button down. | |
| boolean | rightButtonDown |
| Flag indicating whether the event was triggered with right mouse button down. | |
| boolean | shift |
| Flag indicating whether the event was triggered with the Shift key. | |
Represents encapsulates flags for a form interaction event.