Torque3D/Engine/source/windowManager
Bruno Gonzalez 046f4e4e2d Fix off-by-one error in cursor hiding/showing function
Incorrect API use according to msdn.

Source: http://msdn.microsoft.com/en-us/library/windows/desktop/ms648396%28v=vs.85%29.aspx
"cursor is displayed only if the display count is greater than or equal to 0"
2014-12-12 16:53:07 +01:00
..
dedicated Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
mac Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
test Ported non-interactive window manager test. 2014-09-01 08:19:13 +10:00
win32 Fix off-by-one error in cursor hiding/showing function 2014-12-12 16:53:07 +01:00
platformCursorController.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
platformCursorController.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
platformInterface.cpp Merge remote-tracking branch 'smally/platform_type_consistency' into platform-type-consistency 2014-04-04 13:43:25 +11:00
platformWindow.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
platformWindow.h Fixes the splash screen so that it displays until the game has actually done initial setup and can display GUI elements. This prevents the ugly blank window just sitting there while the GUI loads. 2014-07-15 17:44:19 -05:00
platformWindowMgr.h Fixed the pure virtual function to be an empty one, which should resolve the linux build failure. 2014-08-04 21:28:36 -05:00
windowInputGenerator.cpp Input event changes 2013-01-22 18:17:41 -05:00
windowInputGenerator.h Input event changes 2013-01-22 18:17:41 -05:00