Brenta Engine 1.2
Loading...
Searching...
No Matches
brenta::Mouse Class Reference

Public Member Functions

 Mouse (float x, float y)
 
 Mouse (float x, float y, float sensitivity)
 

Data Fields

bool first = true
 
float x
 
float y
 
float sensitivity
 

Detailed Description

Definition at line 19 of file mouse.hpp.

Constructor & Destructor Documentation

◆ Mouse() [1/2]

brenta::Mouse::Mouse ( float  x,
float  y 
)
inline

Definition at line 31 of file mouse.hpp.

◆ Mouse() [2/2]

brenta::Mouse::Mouse ( float  x,
float  y,
float  sensitivity 
)
inline

Definition at line 32 of file mouse.hpp.

Field Documentation

◆ first

bool brenta::Mouse::first = true

Definition at line 25 of file mouse.hpp.

◆ sensitivity

float brenta::Mouse::sensitivity

Definition at line 28 of file mouse.hpp.

◆ x

float brenta::Mouse::x

Definition at line 26 of file mouse.hpp.

◆ y

float brenta::Mouse::y

Definition at line 27 of file mouse.hpp.


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