![]() |
Qt 6.x
The Qt SDK
|
Instance Methods | |
(void) | - initMouse |
(NSPoint) | - screenMousePoint: |
(void) | - mouseMovedImpl: |
(void) | - mouseEnteredImpl: |
(void) | - mouseExitedImpl: |
Definition at line 53 of file qnsview.mm.
- (void) initMouse |
Definition at line 8 of file qnsview_mouse.mm.
References device, QPointingDevice::Generic, QPointingDevicePrivate::get(), QCocoaIntegration::instance(), QInputDevice::Mouse, QPointingDevicePrivate::pointingDeviceById(), QInputDevice::Position, QPointingDevice::primaryPointingDevice(), qCDebug, QWindowSystemInterface::registerInputDevice(), QInputDevice::Scroll, and QInputDevicePrivate::systemId.
- (void) mouseEnteredImpl: | (NSEvent *) | theEvent |
Definition at line 8 of file qnsview_mouse.mm.
- (void) mouseExitedImpl: | (NSEvent *) | theEvent |
Definition at line 8 of file qnsview_mouse.mm.
- (void) mouseMovedImpl: | (NSEvent *) | theEvent |
Definition at line 8 of file qnsview_mouse.mm.
- (NSPoint) screenMousePoint: | (NSEvent *) | theEvent |
Definition at line 8 of file qnsview_mouse.mm.