Artemis.Engine.Input.MouseInput.IsMouseStillFor C# (CSharp) Méthode

IsMouseStillFor() public méthode

Check if the mouse has been still for exactly the given number of frames.
public IsMouseStillFor ( int frames ) : bool
frames int
Résultat bool
        public bool IsMouseStillFor(int frames)
        {
            return FramesMouseStill == frames;
        }