|
| | UIVirtualKeyboard (string labelText, string startingText, UIVirtualKeyboard.KeyboardSubmitEvent submitAction, Action cancelAction, int inputMode=0, bool allowEmpty=false) |
| |
| void | SetMaxInputLength (int length) |
| |
| void | SetKeyState (UIVirtualKeyboard.KeyState keyState) |
| |
| override void | OnActivate () |
| |
| override void | OnDeactivate () |
| |
| delegate void | KeyboardSubmitEvent (string text) |
| |
| void | SetSnapPoint (string name, int id, Vector2? anchor=null, Vector2? offset=null) |
| |
| bool | GetSnapPoint (out SnapPoint point) |
| |
| virtual void | ExecuteRecursively (UIElement.UIElementAction action) |
| |
| void | Append (UIElement element) |
| |
| void | Remove () |
| |
| void | RemoveChild (UIElement child) |
| |
| void | RemoveAllChildren () |
| |
| virtual void | Draw (SpriteBatch spriteBatch) |
| |
| virtual void | Update (GameTime gameTime) |
| |
| Rectangle | GetClippingRectangle (SpriteBatch spriteBatch) |
| |
| virtual List< SnapPoint > | GetSnapPoints () |
| |
| virtual void | Recalculate () |
| |
| UIElement | GetElementAt (Vector2 point) |
| |
| virtual bool | ContainsPoint (Vector2 point) |
| |
| virtual Rectangle | GetViewCullingArea () |
| |
| void | SetPadding (float pixels) |
| |
| virtual void | RecalculateChildren () |
| |
| CalculatedStyle | GetInnerDimensions () |
| |
| CalculatedStyle | GetDimensions () |
| |
| CalculatedStyle | GetOuterDimensions () |
| |
| void | CopyStyle (UIElement element) |
| |
| virtual void | LeftMouseDown (UIMouseEvent evt) |
| |
| virtual void | LeftMouseUp (UIMouseEvent evt) |
| |
| virtual void | LeftClick (UIMouseEvent evt) |
| |
| virtual void | LeftDoubleClick (UIMouseEvent evt) |
| |
| virtual void | RightMouseDown (UIMouseEvent evt) |
| |
| virtual void | RightMouseUp (UIMouseEvent evt) |
| |
| virtual void | RightClick (UIMouseEvent evt) |
| |
| virtual void | RightDoubleClick (UIMouseEvent evt) |
| |
| virtual void | MouseOver (UIMouseEvent evt) |
| |
| virtual void | MouseOut (UIMouseEvent evt) |
| |
| virtual void | ScrollWheel (UIScrollWheelEvent evt) |
| |
| void | Activate () |
| |
| void | DrawDebugHitbox (BasicDebugDrawer drawer, float colorIntensity=0f) |
| |
| void | Deactivate () |
| |
| void | Initialize () |
| |
| virtual void | OnInitialize () |
| |
| virtual int | CompareTo (object obj) |
| |
| int | CompareTo (T other) |
| |
| delegate void | MouseEvent (UIMouseEvent evt, UIElement listeningElement) |
| |
| delegate void | ScrollWheelEvent (UIScrollWheelEvent evt, UIElement listeningElement) |
| |
| delegate void | ElementEvent (UIElement affectedElement) |
| |
| delegate void | UIElementAction (UIElement element) |
| |
|
| void | BuildSpaceBarArea (UIPanel mainPanel) |
| |
| void | PressSpace () |
| |
| bool | CanRestore () |
| |
| void | TypeText (UIMouseEvent evt, UIElement listeningElement) |
| |
| void | ValidateText () |
| |
| bool | TextIsValidForSubmit () |
| |
| void | StyleKey< T > (UITextPanel< T > button, bool external=false) |
| |
| UITextPanel< object > | CreateKeyboardButton (object text, int x, int y, int width=1, bool style=true) |
| |
| bool | ShouldShowKeyboard () |
| |
| bool | TryEscapingMenu () |
| |
| void | UpdateOffsetDown () |
| |
| void | InternalSubmit () |
| |
| void | RestoreCanceledInput (int cacheMode) |
| |
| void | CopyTextToSign () |
| |
| void | CopyTextToChest () |
| |
| void | FadedMouseOver (UIMouseEvent evt, UIElement listeningElement) |
| |
| void | FadedMouseOut (UIMouseEvent evt, UIElement listeningElement) |
| |
| void<.ctor > | b__50_0 (UIMouseEvent evt, UIElement listeningElement) |
| |
| void<.ctor > | b__50_1 (UIMouseEvent evt, UIElement listeningElement) |
| |
| void<.ctor > | b__50_2 (UIMouseEvent evt, UIElement listeningElement) |
| |
| void<.ctor > | b__50_3 (UIMouseEvent evt, UIElement listeningElement) |
| |
| void<.ctor > | b__50_4 (UIMouseEvent evt, UIElement listeningElement) |
| |
| void<.ctor > | b__50_5 (UIMouseEvent evt, UIElement listeningElement) |
| |
| void<.ctor > | b__50_6 (UIMouseEvent evt, UIElement listeningElement) |
| |
| void<.ctor > | b__50_7 (UIMouseEvent evt, UIElement listeningElement) |
| |
| void<.ctor > | b__50_9 (UIMouseEvent evt, UIElement listeningElement) |
| |
| void<.ctor > | b__50_12 (UIMouseEvent evt, UIElement listeningElement) |
| |
| void<.ctor > | b__50_13 (UIMouseEvent evt, UIElement listeningElement) |
| |
| void<.ctor > | b__50_14 (UIMouseEvent evt, UIElement listeningElement) |
| |
| void<.ctor > | b__50_17 (UIMouseEvent evt, UIElement listeningElement) |
| |
| void<.ctor > | b__50_18 (UIMouseEvent evt, UIElement listeningElement) |
| |
| CalculatedStyle | GetDimensionsBasedOnParentDimensions (CalculatedStyle parentDimensions) |
| |
Definition at line 19 of file UIVirtualKeyboard.cs.