[Visual Basic] Public Shared Function SDL_CreateCursor( _ ByRef data As Byte, _ ByRef mask As Byte, _ ByVal w As Integer, _ ByVal h As Integer, _ ByVal hot_x As Integer, _ ByVal hot_y As Integer _ ) As Integer
[C#] public static int SDL_CreateCursor( ref bytedata, ref bytemask, intw, inth, inthot_x, inthot_y );