소스 검색

Updated Keyboard.Modifiers.

Mark Sibly 8 년 전
부모
커밋
6edc9df15b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      modules/mojo/input/keyboard.monkey2

+ 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