Closed FractalWire closed 5 years ago
Hey,
I think it would be nice to mention the other valid modifier keys for keyboard events. In particular:
tcod.event.KMOD_NUM: Numlock tcod.event.KMOD_CAPS: Capslock
I'm not sure what is tcod.event.KMOD_MODE, but it might be useful to include too.
tcod.event.KMOD_MODE
Thanks, I ended up completely missing these and didn't even notice.
They're all documented by SDL here. KMOD_MODE involves the AltGr key.
KMOD_MODE
Hey,
I think it would be nice to mention the other valid modifier keys for keyboard events. In particular:
I'm not sure what is
tcod.event.KMOD_MODE
, but it might be useful to include too.