Minor fix on indentation.
(cherry picked from commitbfe1b60a49
) (cherry picked from commitbfe1b60a49
) git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1762 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
949f7b3747
commit
238b0ae02c
@ -1543,8 +1543,8 @@ LRESULT CALLBACK fgPlatformWindowProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPAR
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
//Added by Jinrong Xie (stonexjr@gmail.com) 12/24/2014
|
//Added by Jinrong Xie (stonexjr@gmail.com) 12/24/2014
|
||||||
//for SpaceNavigator support on Windows.
|
//for SpaceNavigator support on Windows.
|
||||||
case WM_INPUT:
|
case WM_INPUT:
|
||||||
if (fgHasSpaceball())
|
if (fgHasSpaceball())
|
||||||
{
|
{
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
* Copyright (c) 2014 Jinrong Xie. All Rights Reserved.
|
* Copyright (c) 2014 Jinrong Xie. All Rights Reserved.
|
||||||
* Written by Jinrong Xie <stonexjr at gmail.com>
|
* Written by Jinrong Xie <stonexjr at gmail.com>
|
||||||
* Modification date: Wed Dec 24, 2014
|
* Modification date: Wed Dec 24, 2014
|
||||||
|
*
|
||||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
* copy of this software and associated documentation files (the "Software"),
|
* copy of this software and associated documentation files (the "Software"),
|
||||||
* to deal in the Software without restriction, including without limitation
|
* to deal in the Software without restriction, including without limitation
|
||||||
|
Reference in New Issue
Block a user