AZO234 / NP2kai

Neko Project II kai
http://domisan.sakura.ne.jp/article/np2kai/np2kai.html
MIT License
246 stars 61 forks source link

[SDL-macOS] Question. Why is mousemng_hidecursor() not called when closing the menu? #126

Closed miyamoto999 closed 3 years ago

miyamoto999 commented 3 years ago

ちょっと質問です。

sdl/scrnmng.c:443でmacOSの場合、mousemng_hidecursor()を呼ばないようになっているのはなぜ?

mousemng_hidecursor()を呼ぶようにしても問題なさそうなんですが?


Question.

Why is mousemng_hidecursor() not called in sdl/scrnmng.c:443 on macOS?

It doesn't seem to be an issue to call mousemng_hidecursor()?

AZO234 commented 3 years ago

About this feature, I used macOS on VM, I couldn't control mouse.

I checked now, I could use mouse. I fixed to call mousemng_hidecursor().

Thanks!

miyamoto999 commented 3 years ago

ありがとうございました。