Public Attributes | List of all members
ime::Event::MouseMoveEvent Struct Reference

Mouse move event parameters (MouseMoved) More...

#include <Event.h>

Public Attributes

int x
 X position of the mouse pointer, relative to the left of the owner window. More...
 
int y
 Y position of the mouse pointer, relative to the top of the owner window. More...
 

Detailed Description

Mouse move event parameters (MouseMoved)

Definition at line 69 of file Event.h.

Member Data Documentation

◆ x

int ime::Event::MouseMoveEvent::x

X position of the mouse pointer, relative to the left of the owner window.

Definition at line 70 of file Event.h.

◆ y

int ime::Event::MouseMoveEvent::y

Y position of the mouse pointer, relative to the top of the owner window.

Definition at line 71 of file Event.h.


The documentation for this struct was generated from the following file: