Method | Description | |
---|---|---|
MouseButtonDown ( SdlDotNet.Input.MouseButtonEventArgs args ) : void | ||
MouseButtonUp ( SdlDotNet.Input.MouseButtonEventArgs args ) : void | ||
MouseEnter ( ) : void | ||
MouseLeave ( ) : void | ||
MouseWheel ( SdlDotNet.Input.MouseButtonEventArgs args ) : void | ||
OnActivate ( ) : void | ||
OnMouseEnter ( ) : void | ||
OnMouseLeave ( ) : void | ||
Paint ( System.DateTime now ) : void | ||
PointInside ( int x, int y ) : bool | ||
PointerMotion ( SdlDotNet.Input.MouseMotionEventArgs args ) : void | ||
UIElement ( SCSharp.UI.UIScreen screen, BinElement el, byte palette ) : System | ||
UIElement ( SCSharp.UI.UIScreen screen, ushort x1, ushort y1 ) : System | ||
UIElement ( SCSharp.UI.UIScreen screen, ushort x1, ushort y1, ushort width, ushort height ) : System |
Method | Description | |
---|---|---|
CreateSurface ( ) : SdlDotNet.Graphics.Surface | ||
Invalidate ( ) : void |
protected CreateSurface ( ) : SdlDotNet.Graphics.Surface | ||
return | SdlDotNet.Graphics.Surface |
public MouseButtonDown ( SdlDotNet.Input.MouseButtonEventArgs args ) : void | ||
args | SdlDotNet.Input.MouseButtonEventArgs | |
return | void |
public MouseButtonUp ( SdlDotNet.Input.MouseButtonEventArgs args ) : void | ||
args | SdlDotNet.Input.MouseButtonEventArgs | |
return | void |
public MouseWheel ( SdlDotNet.Input.MouseButtonEventArgs args ) : void | ||
args | SdlDotNet.Input.MouseButtonEventArgs | |
return | void |
public PointerMotion ( SdlDotNet.Input.MouseMotionEventArgs args ) : void | ||
args | SdlDotNet.Input.MouseMotionEventArgs | |
return | void |
public UIElement ( SCSharp.UI.UIScreen screen, BinElement el, byte palette ) : System | ||
screen | SCSharp.UI.UIScreen | |
el | BinElement | |
palette | byte | |
return | System |
public UIElement ( SCSharp.UI.UIScreen screen, ushort x1, ushort y1 ) : System | ||
screen | SCSharp.UI.UIScreen | |
x1 | ushort | |
y1 | ushort | |
return | System |
public UIElement ( SCSharp.UI.UIScreen screen, ushort x1, ushort y1, ushort width, ushort height ) : System | ||
screen | SCSharp.UI.UIScreen | |
x1 | ushort | |
y1 | ushort | |
width | ushort | |
height | ushort | |
return | System |