* adds basic typedoc * backup * Adds all docs to source code * Adds autogenerated docs * Fixes doc links * Updates docs
88 lines
1.1 KiB
Markdown
88 lines
1.1 KiB
Markdown
---
|
|
id: "qkeyevent"
|
|
title: "QKeyEvent"
|
|
sidebar_label: "QKeyEvent"
|
|
---
|
|
|
|
## Hierarchy
|
|
|
|
* **QKeyEvent**
|
|
|
|
## Index
|
|
|
|
### Constructors
|
|
|
|
* [constructor](qkeyevent.md#constructor)
|
|
|
|
### Properties
|
|
|
|
* [native](qkeyevent.md#native)
|
|
|
|
### Methods
|
|
|
|
* [count](qkeyevent.md#count)
|
|
* [isAutoRepeat](qkeyevent.md#isautorepeat)
|
|
* [key](qkeyevent.md#key)
|
|
* [modifiers](qkeyevent.md#modifiers)
|
|
* [text](qkeyevent.md#text)
|
|
|
|
## Constructors
|
|
|
|
### constructor
|
|
|
|
\+ **new QKeyEvent**(`event`: [NativeElement](../globals.md#nativeelement)): *[QKeyEvent](qkeyevent.md)*
|
|
|
|
**Parameters:**
|
|
|
|
Name | Type |
|
|
------ | ------ |
|
|
`event` | [NativeElement](../globals.md#nativeelement) |
|
|
|
|
**Returns:** *[QKeyEvent](qkeyevent.md)*
|
|
|
|
## Properties
|
|
|
|
### native
|
|
|
|
• **native**: *[NativeElement](../globals.md#nativeelement)*
|
|
|
|
## Methods
|
|
|
|
### count
|
|
|
|
▸ **count**(): *number*
|
|
|
|
**Returns:** *number*
|
|
|
|
___
|
|
|
|
### isAutoRepeat
|
|
|
|
▸ **isAutoRepeat**(): *boolean*
|
|
|
|
**Returns:** *boolean*
|
|
|
|
___
|
|
|
|
### key
|
|
|
|
▸ **key**(): *number*
|
|
|
|
**Returns:** *number*
|
|
|
|
___
|
|
|
|
### modifiers
|
|
|
|
▸ **modifiers**(): *number*
|
|
|
|
**Returns:** *number*
|
|
|
|
___
|
|
|
|
### text
|
|
|
|
▸ **text**(): *string*
|
|
|
|
**Returns:** *string*
|