Page 1 of 1
[Solved] Mouse Auto-Repeat Question
Posted: Sun Aug 03, 2008 18:28
by malachy1681
I see there are methods in the CEGUI::Window class for setting the mouse auto-repeat delay and rate; however, I was wondering if there was a way to modify them globally or is there only a per-widget support available?
Posted: Mon Aug 04, 2008 08:58
by CrazyEddie
I don't think there is any way to set this globally and affect all windows already created.
If you want to set it for new windows, you can specify a new default within a looknfeel widgetlook definition (via a Property element) - this is obviously on a per window type basis. Not sure if that's helpful.
CE.
Posted: Mon Aug 04, 2008 11:48
by malachy1681
Okay, it's fine if it's only on a per-widget basis. I just needed to know so that I would know how to proceed with my project. Thanks for the reply!