I am trying to get mouse input to work like this in the update method as usual: if (Mouse.GetState().LeftButton == ButtonState.Pressed) This is just using the sample project and does not pick up any type of clicks.
I am trying to get mouse input to work like this in the update method as usual:
if (Mouse.GetState().LeftButton == ButtonState.Pressed)
This is just using the sample project and does not pick up any type of clicks.