Romestead Assembly Reference

Candide.Terminal.KeyboardInput

Type JSON

public class in Candide.Terminal

Methods6
Properties3
Fields14
Events4
Type metadata
  • AssemblyRomestead
  • NamespaceCandide.Terminal
  • Base typeSystem.Object
  • Hash42C06BEC5BABDCD76D70857BC886BC15AB2DF45C0D29EDCCBCC90CE1EFF866D8

Relationships

Base type

System.Object

Fields

NameVisibilitySignature
CharPressedprivateprivate KeyboardInput.CharEnteredHandler CharPressed
KeyDownprivateprivate KeyboardInput.KeyEventHandler KeyDown
KeyPressedprivateprivate KeyboardInput.KeyEventHandler KeyPressed
KeysEnumpublicpublic Microsoft.Xna.Framework.Input.Keys[] KeysEnum
KeyUpprivateprivate KeyboardInput.KeyEventHandler KeyUp
SpecialCharacterspublicpublic System.Char[] SpecialCharacters
_downSinceprivateprivate System.DateTime _downSince
_filterSpecialCharactersprivateprivate System.Boolean _filterSpecialCharacters
_gameprivateprivate Microsoft.Xna.Framework.Game _game
_lastRepprivateprivate System.DateTime _lastRep
_prevKeyStateprivateprivate Microsoft.Xna.Framework.Input.KeyboardState _prevKeyState
_repCharprivateprivate System.Nullable<Microsoft.Xna.Framework.Input.Keys> _repChar
_repsPerSecprivateprivate System.Int32 _repsPerSec
_timeUntilRepInMillisprivateprivate System.Single _timeUntilRepInMillis

Properties

NameVisibilitySignature
AltDownpublicpublic System.Boolean AltDown
CtrlDownpublicpublic System.Boolean CtrlDown
ShiftDownpublicpublic System.Boolean ShiftDown

Events

NameVisibilitySignature
CharPressedpublicpublic KeyboardInput.CharEnteredHandler CharPressed
KeyDownpublicpublic KeyboardInput.KeyEventHandler KeyDown
KeyPressedpublicpublic KeyboardInput.KeyEventHandler KeyPressed
KeyUppublicpublic KeyboardInput.KeyEventHandler KeyUp

Methods

Dispose

public System.Void Dispose()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash711CC5A14102108D5AA559F9E7A18523D1FB0F0FF9F108594BE5F52AB7F79264
  • Body hash04C681A9E449C1A9AADA04A862094DECF2BB673A7B8C3537CB39A4AC7AB49727
  • IL size25
Called by

Initialize

public System.Void Initialize(Microsoft.Xna.Framework.Game g, System.Single timeUntilRepInMilliseconds, System.Int32 repsPerSecond, System.Boolean filterSpecialCharactersFromCharPressed)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash39874EBA91047BABB46A8EEA2D4387AF7B72F4C3DF9095689AA283666864F332
  • Body hash780E07311552FBCE27D609AF137E572760FEF660FC588E951D75FC4D0F52C262
  • IL size67
Referenced calls

JustPressed

private System.Boolean JustPressed(Microsoft.Xna.Framework.Input.KeyboardState keyState, Microsoft.Xna.Framework.Input.Keys key)

Method metadata
  • Visibilityprivate
  • Return typeSystem.Boolean
  • StaticTrue
  • VirtualFalse
  • Hash9F92880BDAC8998AB48839D0790795C71C79126378E275A56647356AADB10E08
  • Body hashA45C97F51233257449B8582FC8577919BA863D39915D0F7C063FA0C664F82622
  • IL size24
Referenced calls
  • Microsoft.Xna.Framework.Input.KeyboardState::IsKeyDown(Microsoft.Xna.Framework.Input.Keys)
  • Microsoft.Xna.Framework.Input.KeyboardState::IsKeyUp(Microsoft.Xna.Framework.Input.Keys)
Called by

JustReleased

private System.Boolean JustReleased(Microsoft.Xna.Framework.Input.KeyboardState keyState, Microsoft.Xna.Framework.Input.Keys key)

Method metadata
  • Visibilityprivate
  • Return typeSystem.Boolean
  • StaticTrue
  • VirtualFalse
  • Hash1D9BBC42D393ED8E21046D182E61D5608F7699497654C8A3776C661B12514D02
  • Body hashA9F0B0E946419E32F9FAA79737879A514586AECCFD40853166070366198A2AB0
  • IL size24
Referenced calls
  • Microsoft.Xna.Framework.Input.KeyboardState::IsKeyDown(Microsoft.Xna.Framework.Input.Keys)
  • Microsoft.Xna.Framework.Input.KeyboardState::IsKeyUp(Microsoft.Xna.Framework.Input.Keys)
Called by

TextEntered

private System.Void TextEntered(System.Object sender, Microsoft.Xna.Framework.TextInputEventArgs e)

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • HashA337141F02629E0D773159D0EE0BCCA0AE11F5691D9469DEC12CE174BE5C00C5
  • Body hash3E15E8E030A405B1CDC0D61EAB4521775016E42EAEF7478529A4CBFABB575FE3
  • IL size60
Referenced calls
Called by

Update

public System.Void Update()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash82B8EDAD5C3E2F5055CD11FCDF5DF57C96C79C04892449B373FF2BF6EAB7E34D
  • Body hashBC51DD76D3D04AAA44978535EF8F7FB56616D6622C401195F570CA4A3EE5B1A7
  • IL size368
Referenced calls
Called by