fixed problem with driver WindowHandle registration
VistaWindowConfigurator called AttachToWindow with pointer to temporary stack object, but the pointers where buffered, leading to potential segfaults and mem clashes (stack memory has same address for each window -> only one window registered at KeyboardDriver/Mouse)