2
0
Эх сурвалжийг харах

Updated Keyboard.Modifiers.

Mark Sibly 8 жил өмнө
parent
commit
6edc9df15b

+ 1 - 1
modules/mojo/input/keyboard.monkey2

@@ -317,7 +317,7 @@ Class KeyboardDevice Extends InputDevice
 		Case Key.RightAlt Return Modifier.RightAlt
 		Case Key.LeftGui Return Modifier.LeftGui
 		Case Key.RightGui Return Modifier.RightGui
-		Case Key.CapsLock Return Modifier.CapsLock
+'		Case Key.CapsLock Return Modifier.CapsLock		'Doesn't really work - here or in SDL...Also, need to find Key.NumLock, not in sdl headers...
 		End
 		Return Null
 	End