Lysa  0.0
Lysa 3D Engine
InputEventMouseButton Struct Reference

Detailed Description

Mouse button pressed/released event

Public Attributes

float2 position
 
uint32 buttonsState
 
int modifiers
 
MouseButton button
 
bool pressed
 

Member Data Documentation

MouseButton button

the mouse button

uint32 buttonsState

the mouse button states (which button is down)

int modifiers

the state of the KeyModifier keys

float2 position

the current mouse position in the rendering window

bool pressed

true is the button is pressed