Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
実行時にカーソルを効果的に非表示にするを呼び出した後でも、sdl2.mouse.SDL_ShowCursor(0)長時間の反復を行う場合 (私の目的では、大量の画像を RAM にロードする場合)、それでもビーチボール カーソルが表示されます。
sdl2.mouse.SDL_ShowCursor(0)
私が書いているのは視覚的注意に関する認知心理学の実験であるため、これが起こらないことが重要です。この種の視覚的注意散漫は絶対に起こり得ません.
ループごとに sdl2.SDL_PumpEvents() を呼び出すことで、これを自分で解決しました。