Position de la souris sur l'écran + savoir si on appuie sur clic gauche ou non

This commit is contained in:
GolfOcean334
2024-03-29 17:55:41 +01:00
parent ebaf200fb8
commit b3148d9dfa
3 changed files with 20 additions and 3 deletions

View File

@@ -21,6 +21,7 @@
#include "fontclass.h"
#include "textclass.h"
#include "fpsclass.h"
#include "inputclass.h"
/////////////
// GLOBALS //
@@ -49,6 +50,7 @@ private:
bool Render(float, float, float, float);
bool UpdateMouseStrings(int, int, bool);
bool UpdateFps();
private:
D3DClass* m_Direct3D;
CameraClass* m_Camera;