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

Mouse buttons events parameters (MouseButtonPressed, MouseButtonReleased) More...

#include <Event.h>

Public Attributes

input::Mouse::Button button
 Code of the button that has been pressed. More...
 
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 buttons events parameters (MouseButtonPressed, MouseButtonReleased)

Definition at line 78 of file Event.h.

Member Data Documentation

◆ button

input::Mouse::Button ime::Event::MouseButtonEvent::button

Code of the button that has been pressed.

Definition at line 79 of file Event.h.

◆ x

int ime::Event::MouseButtonEvent::x

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

Definition at line 80 of file Event.h.

◆ y

int ime::Event::MouseButtonEvent::y

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

Definition at line 81 of file Event.h.


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