Romestead Assembly Reference

Candide.CandideUI.Input.CandideUiContainerSingleItemFocusable

Type JSON

public class in Candide.CandideUI.Input

Methods9
Properties2
Fields2
Events2
Type metadata

Relationships

Fields

NameVisibilitySignature
GotInputFocusprivateprivate System.EventHandler GotInputFocus
LostInputFocusprivateprivate System.EventHandler LostInputFocus

Properties

NameVisibilitySignature
GetFocusableTypepublicpublic Candide.CandideUI.Input.InputFocusableType GetFocusableType
HasFocuspublicpublic System.Boolean HasFocus

Events

NameVisibilitySignature
GotInputFocuspublicpublic System.EventHandler GotInputFocus
LostInputFocuspublicpublic System.EventHandler LostInputFocus

Methods

Focus

public System.Void Focus()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash30125E04AD26D01F1288E5E4E887AA4EB21331A0833E678C632B9FA0E587C15C
  • Body hash49301A1462DCB0637DAEA7664882D9DDA9326B2E2245B8A51C26D242193F38F9
  • IL size7
Referenced calls
  • Candide.CandideUI.CandideUiSystem::set_InputFocusableElement(Candide.CandideUI.Input.IInputFocusable)
Called by

GetFocusable

public Candide.CandideUI.CandideUiElement GetFocusable()

Method metadata
  • Visibilitypublic
  • Return typeCandide.CandideUI.CandideUiElement
  • StaticFalse
  • VirtualTrue
  • HashC7E8DCAAFADE95333BA17FAB82FDA24FB2E04F87162D15A4BFB1AF40B8E2D491
  • Body hash83C59B39593AD36D7D201985BEA5477833FC1B032344BE116D9F920CF67680EA
  • IL size2

OnChar

public System.Void OnChar(System.Char c)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • HashB2EE7683DA6FDEA93CCC468A1B981083DEE5FB188B844E715DEFC373B6823F03
  • Body hash8A6F127E0053EB13AFDA0F394E4CD706376ECB1E15358DC72521A636A4B8AD55
  • IL size1

OnDismount

protected System.Void OnDismount()

Method metadata
  • Visibilityprotected
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash6016842E9B1637B9BE0F959AC1F587DCC6AAACD4EF5BFDE90B9676378D2C425D
  • Body hash571714C3C7FFE5B13539FC341DF1E788C43003A8F8899115455D0F186050928D
  • IL size13
Referenced calls
Called by

OnGotInputFocus

public System.Void OnGotInputFocus()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash820FAD8A6C99517B6C43BB0D194242F36D40058E7332C5255BD77E3809F99A54
  • Body hashD432938D2E41FCA9982FF036E1FB36391B33ED3B78E35D6A293E0B1C4553F714
  • IL size57
Referenced calls
Called by

OnKeyDown

public System.Void OnKeyDown(Microsoft.Xna.Framework.Input.Keys k)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash641F0D93AC106143AE272C85C5CAA67007EF9C5B3AB2161424A79018CCE4CFEB
  • Body hash8A6F127E0053EB13AFDA0F394E4CD706376ECB1E15358DC72521A636A4B8AD55
  • IL size1
Called by

OnLostInputFocus

public System.Void OnLostInputFocus()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • HashB4CF941CDE9AC2FDE43427CB1CDE43B647646A59ABE976C868F175E6FAD75B4F
  • Body hash2FB5DE2B8C3F2A60A78BD7CBB7F255927371923C38BA7455070D24017659FC09
  • IL size57
Referenced calls
Called by

OnMousePress

private System.Void OnMousePress(System.Object sender, Microsoft.Xna.Framework.Vector2 mousePos)

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash35A5EEC730491A36E00B21CA9E5F4A719BF120F18B4AA196AA6B28E7F112C76D
  • Body hashC805BC0ADD3297F6C88CD13B358E7004BF71FE2B920CA50A6F448D1E23FE7E95
  • IL size9
Referenced calls
Called by

Unfocus

public System.Void Unfocus()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash1BDD39A8B9AC51018974D4B34AA66C158FB28B2AB4E9F0CF0EE700D370C68F44
  • Body hash12422A98BF35A38E7D477A43F7858F7CC4E63872F713EE3C6556D35F84110AAD
  • IL size15
Referenced calls
  • Candide.CandideUI.CandideUiSystem::get_InputFocusableElement()
  • Candide.CandideUI.CandideUiSystem::set_InputFocusableElement(Candide.CandideUI.Input.IInputFocusable)
Called by