fix indentation
This commit is contained in:
@@ -643,6 +643,8 @@ bool HandleGlobalInputs( DeviceInput DeviceI, InputEventType type, GameInput Gam
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef DARWIN
|
#ifndef DARWIN
|
||||||
|
/* XXX: Er, this doesn't work; Windows traps this key and takes a screenshot
|
||||||
|
* into the clipboard. I don't want to disable that, though; it's useful. */
|
||||||
if(DeviceI == DeviceInput(DEVICE_KEYBOARD, SDLK_SYSREQ))
|
if(DeviceI == DeviceInput(DEVICE_KEYBOARD, SDLK_SYSREQ))
|
||||||
#else
|
#else
|
||||||
if(DeviceI == DeviceInput(DEVICE_KEYBOARD, SDLK_KP_MULTIPLY))
|
if(DeviceI == DeviceInput(DEVICE_KEYBOARD, SDLK_KP_MULTIPLY))
|
||||||
|
|||||||
Reference in New Issue
Block a user