Vesper 0.5.1
Vesper is short form for the Latin word for "Bat", as Vesper is designed to be small, lightweight, and easily handle things like particles and flocking behaviors in accordance with the nature of bats. \n It is meant to be a particle simulation, VFX editor, and CAN be used secondarily as a small game engine.
GitHub | Vesper Updates | Creator
Loading...
Searching...
No Matches
Vesper::Mouse Namespace Reference

Namespace for mouse button codes. More...

Enumerations

enum  : MouseCode {
  Button0 = 0 , Button1 = 1 , Button2 = 2 , Button3 = 3 ,
  Button4 = 4 , Button5 = 5 , Button6 = 6 , Button7 = 7 ,
  ButtonLast = Button7 , ButtonLeft = Button0 , ButtonRight = Button1 , ButtonMiddle = Button2
}
 Enumeration of mouse button codes. More...

Detailed Description

Namespace for mouse button codes.

Enumeration Type Documentation

◆ anonymous enum

anonymous enum : MouseCode

Enumeration of mouse button codes.

Enumerator
Button0 
Button1 
Button2 
Button3 
Button4 
Button5 
Button6 
Button7 
ButtonLast 
ButtonLeft 
ButtonRight 
ButtonMiddle 
14 {
15 // From glfw3.h
16 Button0 = 0,
17 Button1 = 1,
18 Button2 = 2,
19 Button3 = 3,
20 Button4 = 4,
21 Button5 = 5,
22 Button6 = 6,
23 Button7 = 7,
24
29 };
@ Button4
Definition MouseButtonCodes.h:20
@ Button3
Definition MouseButtonCodes.h:19
@ ButtonMiddle
Definition MouseButtonCodes.h:28
@ Button6
Definition MouseButtonCodes.h:22
@ ButtonRight
Definition MouseButtonCodes.h:27
@ Button7
Definition MouseButtonCodes.h:23
@ ButtonLeft
Definition MouseButtonCodes.h:26
@ Button2
Definition MouseButtonCodes.h:18
@ ButtonLast
Definition MouseButtonCodes.h:25
@ Button5
Definition MouseButtonCodes.h:21
@ Button0
Definition MouseButtonCodes.h:16
@ Button1
Definition MouseButtonCodes.h:17