07/03/24 22:44:45 3kqB/+Nj
>>939
protected override bool BeginDraw()
{
IsMouseVisible = true;
System.Windows.Forms.Cursor cursor = new System.Windows.Forms.Cursor("cursor.cur");
System.Windows.Forms.Cursor.Current = cursor;
}
これでできた
もっと前のタイミングだとうまくいかないみたい
普通はSpriteBatchで自前描画するものなんじゃないの?