Click or drag to resize
DigitalRuneIInputServiceIsPressed Method
Determines whether the specified button or key has been pressed. (Not available in Silverlight.)
Overload List
  NameDescription
Public methodIsPressed(Keys, Boolean)
Determines whether the specified key was previously up and has been pressed.
Public methodIsPressed(MouseButtons, Boolean)
Determines whether the specified button was previously up and has been pressed.
Public methodIsPressed(Buttons, Boolean, LogicalPlayerIndex)
Determines whether the specified button has been pressed by the given player. (Not available in Silverlight.)
Public methodIsPressed(Buttons, Boolean, PlayerIndex)
Determines whether the specified button has been pressed on the given game controller. (Not available in Silverlight.)
Top
See Also