Module Sdlkeymod

module Sdlkeymod: sig .. end

Key mods


API Doc: SDL_Keymod

type t = 
| LShift
| RShift
| LCtrl
| RCtrl
| LAlt
| RAlt
| LGUI
| RGUI
| NUM
| CAPS
| MODE
val to_string : t -> string
val of_string : string -> t