LogoGwool Litestep Mirror

|| *Mouse Event* || *Description* || || WheelUp || Fires when the mousewheel is scrolled up. || || WheelDown || Fires when the mousewheel is scrolled down. || || WheelRight || Fires when the mousewheel is scrolled right. || || WheelLeft || Fires when the mousewheel is scrolled left. || || LeftClickDown || Fires when the left mouse button is pressed. || || LeftClickUp || Fires when the left mouse button is released. || || LeftDoubleClick || Fires when a double click is made with the left mouse button. Note that the up and down events will also fire. || || MiddleClickDown || Fires when the middle mouse button is pressed. || || MiddleClickUp || Fires when the middle mouse button is released. || || MiddleDoubleClick || Fires when a double click is made with the middle mouse button. Note that the up and down events will also fire. || || RightClickDown || Fires when the right mouse button is pressed. || || RightClickUp || Fires when the right mouse button is released. || || RightDoubleClic || Fires when a double click is made with the right mouse button. Note that the up and down events will also fire. || || X1ClickDown || Fires when the x1 mouse button is pressed. || || X1ClickUp || Fires when the x1 mouse button is released. || || X1DoubleClick || Fires when a double click is made with the x1 mouse button. Note that the up and down events will also fire. || || X2ClickDown || Fires when the x2 mouse button is pressed. || || X2ClickUp || Fires when the x2 mouse button is released. || || X2DoubleClick || Fires when a double click is made with the x1 mouse button. Note that the up and down events will also fire. ||