@@ -233,6 +233,98 @@ keymap_drop (Drop item key) key KEY_KEY_Q
233
233
# See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
234
234
keymap_zoom (View zoom key) key KEY_KEY_Z
235
235
236
+ # Key for selecting the first hotbar slot.
237
+ # See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
238
+ keymap_slot1 (Hotbar slot 1 key) key KEY_KEY_1
239
+
240
+ # Key for selecting the second hotbar slot.
241
+ # See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
242
+ keymap_slot2 (Hotbar slot 2 key) key KEY_KEY_2
243
+
244
+ # Key for selecting the third hotbar slot.
245
+ # See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
246
+ keymap_slot3 (Hotbar slot 3 key) key KEY_KEY_3
247
+
248
+ # Key for selecting the fourth hotbar slot.
249
+ # See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
250
+ keymap_slot4 (Hotbar slot 4 key) key KEY_KEY_4
251
+
252
+ # Key for selecting the fifth hotbar slot.
253
+ # See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
254
+ keymap_slot5 (Hotbar slot 5 key) key KEY_KEY_5
255
+
256
+ # Key for selecting the sixth hotbar slot.
257
+ # See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
258
+ keymap_slot6 (Hotbar slot 6 key) key KEY_KEY_6
259
+
260
+ # Key for selecting the seventh hotbar slot.
261
+ # See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
262
+ keymap_slot7 (Hotbar slot 7 key) key KEY_KEY_7
263
+
264
+ # Key for selecting the eighth hotbar slot.
265
+ # See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
266
+ keymap_slot8 (Hotbar slot 8 key) key KEY_KEY_8
267
+
268
+ # Key for selecting the ninth hotbar slot.
269
+ # See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
270
+ keymap_slot9 (Hotbar slot 9 key) key KEY_KEY_9
271
+
272
+ # Key for selecting the tenth hotbar slot.
273
+ # See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
274
+ keymap_slot10 (Hotbar slot 10 key) key KEY_KEY_0
275
+
276
+ # Key for selecting the 11th hotbar slot.
277
+ # See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
278
+ keymap_slot11 (Hotbar slot 11 key) key
279
+
280
+ # Key for selecting the 12th hotbar slot.
281
+ # See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
282
+ keymap_slot12 (Hotbar slot 12 key) key
283
+
284
+ # Key for selecting the 13th hotbar slot.
285
+ # See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
286
+ keymap_slot13 (Hotbar slot 13 key) key
287
+
288
+ # Key for selecting the 14th hotbar slot.
289
+ # See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
290
+ keymap_slot14 (Hotbar slot 14 key) key
291
+
292
+ # Key for selecting the 15th hotbar slot.
293
+ # See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
294
+ keymap_slot15 (Hotbar slot 15 key) key
295
+
296
+ # Key for selecting the 16th hotbar slot.
297
+ # See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
298
+ keymap_slot16 (Hotbar slot 16 key) key
299
+
300
+ # Key for selecting the 17th hotbar slot.
301
+ # See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
302
+ keymap_slot17 (Hotbar slot 17 key) key
303
+
304
+ # Key for selecting the 18th hotbar slot.
305
+ # See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
306
+ keymap_slot18 (Hotbar slot 18 key) key
307
+
308
+ # Key for selecting the 19th hotbar slot.
309
+ # See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
310
+ keymap_slot19 (Hotbar slot 19 key) key
311
+
312
+ # Key for selecting the 20th hotbar slot.
313
+ # See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
314
+ keymap_slot20 (Hotbar slot 20 key) key
315
+
316
+ # Key for selecting the 21th hotbar slot.
317
+ # See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
318
+ keymap_slot21 (Hotbar slot 21 key) key
319
+
320
+ # Key for selecting the 22th hotbar slot.
321
+ # See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
322
+ keymap_slot22 (Hotbar slot 22 key) key
323
+
324
+ # Key for selecting the 23th hotbar slot.
325
+ # See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
326
+ keymap_slot23 (Hotbar slot 23 key) key
327
+
236
328
# Key for toggling the display of the HUD.
237
329
# See http://irrlicht.sourceforge.net/docu/namespaceirr.html#a54da2a0e231901735e3da1b0edf72eb3
238
330
keymap_toggle_hud (HUD toggle key) key KEY_F1
0 commit comments