@@ -156,7 +156,6 @@ public unsafe struct KeyboardState : IInputStateTypeInfo
156
156
[ InputControl ( name = "f8" , displayName = "F8" , layout = "Key" , bit = ( int ) Key . F8 ) ]
157
157
[ InputControl ( name = "f9" , displayName = "F9" , layout = "Key" , bit = ( int ) Key . F9 ) ]
158
158
[ InputControl ( name = "f10" , displayName = "F10" , layout = "Key" , bit = ( int ) Key . F10 ) ]
159
-
160
159
[ InputControl ( name = "f11" , displayName = "F11" , layout = "Key" , bit = ( int ) Key . F11 ) ]
161
160
[ InputControl ( name = "f12" , displayName = "F12" , layout = "Key" , bit = ( int ) Key . F12 ) ]
162
161
[ InputControl ( name = "OEM1" , layout = "Key" , bit = ( int ) Key . OEM1 ) ]
@@ -180,10 +179,7 @@ public unsafe struct KeyboardState : IInputStateTypeInfo
180
179
[ InputControl ( name = "mediaRewind" , displayName = "MediaRewind" , layout = "Key" , bit = ( int ) Key . MediaRewind ) ]
181
180
[ InputControl ( name = "mediaForward" , displayName = "MediaForward" , layout = "Key" , bit = ( int ) Key . MediaForward ) ]
182
181
[ InputControl ( name = "IMESelected" , layout = "Button" , bit = ( int ) KeyEx . RemappedIMESelected , synthetic = true ) ] // Use the last bit to hold IME selected state.
183
- // Disable deprecation warning to not generate warnings in user project about internal use of deprecated key
184
- #pragma warning disable 0618
185
182
[ InputControl ( name = "IMESelectedObsoleteKey" , layout = "Key" , bit = ( int ) KeyEx . RemappedIMESelected , synthetic = true ) ]
186
- #pragma warning restore 0618
187
183
public fixed byte keys [ kSizeInBytes ] ;
188
184
189
185
// will be the default in new editor [InputControl(name = "IMESelected", layout = "Button", bit = 0, sizeInBits = 1, synthetic = true)]
0 commit comments