C# Class Reign.Core.CoreMetroWindow

Show file Open project: reignstudios/ReignSDK Class Usage Examples

Public Methods

Method Description
BuyInAppItem ( string appID ) : Task
ConvertDipsToPixels ( double dips ) : int
CoreMetroWindow ( ApplicationI application, CoreWindow window, ApplicationEvent theEvent, bool coreApp ) : System
Dispose ( ) : void
HideCursor ( ) : void
InAppPurchased ( string appID ) : bool
IsTrial ( ) : bool
ShowCursor ( ) : void

Private Methods

Method Description
handleEvent ( ApplicationEvent theEvent ) : void
keyDown ( CoreWindow sender, KeyEventArgs e ) : void
keyUp ( CoreWindow sender, KeyEventArgs e ) : void
pointerMoved ( CoreWindow sender, PointerEventArgs e ) : void
pointerPressed ( CoreWindow sender, PointerEventArgs e ) : void
pointerReleased ( CoreWindow sender, PointerEventArgs e ) : void
pointerWheelChanged ( CoreWindow sender, PointerEventArgs e ) : void
sizeChanged ( CoreWindow sender, WindowSizeChangedEventArgs args ) : void

Method Details

BuyInAppItem() public method

public BuyInAppItem ( string appID ) : Task
appID string
return Task

ConvertDipsToPixels() public method

public ConvertDipsToPixels ( double dips ) : int
dips double
return int

CoreMetroWindow() public method

public CoreMetroWindow ( ApplicationI application, CoreWindow window, ApplicationEvent theEvent, bool coreApp ) : System
application ApplicationI
window Windows.UI.Core.CoreWindow
theEvent ApplicationEvent
coreApp bool
return System

Dispose() public method

public Dispose ( ) : void
return void

HideCursor() public method

public HideCursor ( ) : void
return void

InAppPurchased() public method

public InAppPurchased ( string appID ) : bool
appID string
return bool

IsTrial() public method

public IsTrial ( ) : bool
return bool

ShowCursor() public method

public ShowCursor ( ) : void
return void