[hatari-devel] Question about mouse grab in DebugUI |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: Hatari devel list <hatari-devel@xxxxxxxxxxxxxxxxxxx>
- Subject: [hatari-devel] Question about mouse grab in DebugUI
- From: Andreas Grabher <andreas_g86@xxxxxxxxxx>
- Date: Tue, 6 Aug 2024 17:16:05 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=icloud.com; s=1a1hai; t=1722957373; bh=D60g5gBU54XCnH4jdwoG5e5wNsglhWIlgq5yfT1BbvY=; h=From:Content-Type:Mime-Version:Subject:Message-Id:Date:To; b=kH2NWRml5rJp70WDCz74eXJDMc9wXgt7J6U1+K/vocct6rxZBHhnNvdJwjE2JkraX 89evULr7cW2mNpcsQt5b4a128sVoapu5MqkpBNBJWf5pwx+0Gs5k1BuVRCoE65FJ/G 9C03wjKuaV8s5BuNXQIeciWu9WJ9lrXkL5zu86bqf5PrmpqFOM+Zj38i8OiKRErMa8 zPdeYxZxzFsSg3ygvdTfPSmJ78T3bJ1zVh9B5COG4pkY7j9/unhP+DOf/4CmX9K01W hNhv/7AXkjTvfbTsUdFFZEU52GrbrMbMuxfx9ZySSvdDJF1ELlnrQoyq941fvmr9t9 fdy1+OgjRtgMA==
Hello all,
I have a short question: in debugui.c, DebugUI() we call SDL_SetRelativeMouseMode(false) to ungrab the mouse. Shouldn’t this be Main_SetMouseGrab(false)?
Regards,
Andreas