Property | Type | Description | |
---|---|---|---|
_content | Microsoft.Xna.Framework.Content.ContentManager | ||
_displayRect | |||
_focus | bool | ||
_parent | Backend.IHandleEvent | ||
_spriteBatch | |||
_visible | bool |
Method | Description | |
---|---|---|
Click ( int Button ) : void |
|
|
Dispose ( ) : void | ||
Draw ( |
|
|
HandleEvent ( bool DownStream, Backend eventID ) : void | ||
Hide ( ) : void | ||
IsHit ( int x, int y ) : bool |
Check whether a pixel is part of the window
|
|
MoveContent ( Vector2 difference, int _lastCheck ) : void |
|
|
OnKeyDown ( Keys k ) : bool | ||
OnKeyHeld ( Keys k ) : bool | ||
OnKeyUp ( Keys k ) : bool | ||
OnMouseDown ( int button ) : bool | ||
OnMouseHeld ( int button ) : bool | ||
OnMouseUp ( int button ) : bool | ||
Resize ( |
||
ScrollWheel ( int Difference ) : void |
|
|
Show ( ) : void | ||
UIElement ( Backend parent, |
|
|
Update ( |
|
public Draw ( |
||
gameTime | ||
return | void |
public HandleEvent ( bool DownStream, Backend eventID ) : void | ||
DownStream | bool | |
eventID | Backend | |
return | void |
public IsHit ( int x, int y ) : bool | ||
x | int | Horizontal coordinate |
y | int | Vertical coordinate |
return | bool |
public MoveContent ( Vector2 difference, int _lastCheck ) : void | ||
difference | Vector2 | |
_lastCheck | int | |
return | void |
public Resize ( |
||
rect | ||
return | void |
public UIElement ( Backend parent, |
||
parent | Backend | |
spriteBatch | ||
content | Microsoft.Xna.Framework.Content.ContentManager | |
displayRect | ||
return | System |
public Update ( |
||
gameTime | ||
return | void |
protected ContentManager,Microsoft.Xna.Framework.Content _content | ||
return | Microsoft.Xna.Framework.Content.ContentManager |
protected Rectangle,Microsoft.Xna.Framework _displayRect | ||
return |
protected SpriteBatch,Microsoft.Xna.Framework.Graphics _spriteBatch | ||
return |