nodeguy/website/docs/api/generated/classes/qmouseevent.md
Atul R 2ceed980b4
adds test docs (#695)
* adds test docs

* update docs

* update api docs

* change to master
2020-09-19 20:12:08 +02:00

88 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
id: "qmouseevent"
title: "QMouseEvent"
sidebar_label: "QMouseEvent"
---
## Hierarchy
* **QMouseEvent**
## Index
### Constructors
* [constructor](qmouseevent.md#constructor)
### Properties
* [native](qmouseevent.md#native)
### Methods
* [button](qmouseevent.md#button)
* [globalX](qmouseevent.md#globalx)
* [globalY](qmouseevent.md#globaly)
* [x](qmouseevent.md#x)
* [y](qmouseevent.md#y)
## Constructors
### constructor
\+ **new QMouseEvent**(`event`: [NativeRawPointer](../globals.md#nativerawpointer)"QEvent"): *[QMouseEvent](qmouseevent.md)*
**Parameters:**
Name | Type |
------ | ------ |
`event` | [NativeRawPointer](../globals.md#nativerawpointer)"QEvent" |
**Returns:** *[QMouseEvent](qmouseevent.md)*
## Properties
### native
**native**: *[NativeElement](../globals.md#nativeelement)*
## Methods
### button
**button**(): *number*
**Returns:** *number*
___
### globalX
**globalX**(): *number*
**Returns:** *number*
___
### globalY
**globalY**(): *number*
**Returns:** *number*
___
### x
**x**(): *number*
**Returns:** *number*
___
### y
**y**(): *number*
**Returns:** *number*