C# Class OpenRA.Platforms.Default.Sdl2GraphicsDevice.SDL2HardwareCursor

Inheritance: IHardwareCursor
Mostra file Open project: cjshmyr/OpenRA

Public Methods

Method Description
Dispose ( ) : void
SDL2HardwareCursor ( Size size, byte data, int2 hotspot ) : System

Private Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

SDL2HardwareCursor() public method

public SDL2HardwareCursor ( Size size, byte data, int2 hotspot ) : System
size System.Drawing.Size
data byte
hotspot int2
return System