Candide.Input.MouseDataState
Type JSONpublic struct in Candide.Input
Type metadata
- Assembly
Romestead - Namespace
Candide.Input - Base type
System.ValueType - Hash
E0D116B9A93258F616EB9E077D77140FEFADF5C5B958694DCFDAA200E6662032
Relationships
Base type
System.ValueType
Referenced by types
Fields
| Name | Visibility | Signature |
|---|---|---|
ButtonStatesCount# | private | private System.Int32 ButtonStatesCount |
HorizontalScrollWheelValue# | public | public System.Int32 HorizontalScrollWheelValue |
ScrollWheelValue# | public | public System.Int32 ScrollWheelValue |
State# | public | public Microsoft.Xna.Framework.Input.MouseState State |
_buttonStates# | private | private System.Boolean[] _buttonStates |
Methods
IsAnythingPressed
#
public System.Boolean IsAnythingPressed()
Method metadata
- Visibilitypublic
- Return type
System.Boolean - StaticFalse
- VirtualFalse
- Hash
72F36F702736BAA52B36C1855000FDB7289264E085D8B7724919B6CFAEC2BFFE - Body hash
EB35BE07ABD319D44B469064BA214AB66E40CD943013D71D6AD1CC50A64B1DC4 - IL size48
Referenced calls
IsButtonDown
#
public System.Boolean IsButtonDown(Candide.Input.MouseButtons button)
Method metadata
- Visibilitypublic
- Return type
System.Boolean - StaticFalse
- VirtualFalse
- Hash
47DE656022E0892A69449E183377CD477CE0491477EEAB97DD1656797E8591EE - Body hash
663CD1BF4CB38478FD216EECB2D6C451ABFC3E6B4B6CC4D0905D7A2A45B71236 - IL size14
Referenced calls
IsButtonUp
#
public System.Boolean IsButtonUp(Candide.Input.MouseButtons button)
Method metadata
- Visibilitypublic
- Return type
System.Boolean - StaticFalse
- VirtualFalse
- Hash
B3DDD1117855F41B1FC478B850FE32EDE3FFD2F45042DE6FBE321D26DAB6A633 - Body hash
BC93BD129A835E5D8A8466AFC150D9DDDBBB91777A087B3833DDE41ABA3BEED9 - IL size17
Referenced calls
Update
#
public System.Void Update()
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
11CE87F2616A46329F137B19AAD824A7FA265009623F3A16960165A58709AD77 - Body hash
3936159170D47EB4B0A3C49B57D0D50CD54488403F360D40CC9B31A98E5F94BC - IL size159
Referenced calls
Microsoft.Xna.Framework.Input.Mouse::GetState()Candide.Input.MouseButtonsExtensions::GetStateArrayIndex(Candide.Input.MouseButtons)Microsoft.Xna.Framework.Input.MouseState::get_LeftButton()Microsoft.Xna.Framework.Input.MouseState::get_RightButton()Microsoft.Xna.Framework.Input.MouseState::get_MiddleButton()Microsoft.Xna.Framework.Input.MouseState::get_XButton1()Microsoft.Xna.Framework.Input.MouseState::get_XButton2()Microsoft.Xna.Framework.Input.MouseState::get_ScrollWheelValue()Microsoft.Xna.Framework.Input.MouseState::get_HorizontalScrollWheelValue()
Update
#
public System.Void Update(Candide.Input.MouseDataState& oldMouseState, Candide.Input.MouseDataState& newMouseState)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
A81E87E7504A85788D9E335A49F0AFBAA9C1D781B3E66737F3E55AC8615869E1 - Body hash
C9C0B1C3C5D3E7A53BAB74E74071046C2690BBBA729E2BDA3079293C5B5C3310 - IL size65
Referenced calls
System.Array::Copy(System.Array, System.Array, System.Int32)Candide.Input.MouseDataState::Update()