View Source Keebs.RawInput behaviour (keebs v0.1.0)

Link to this section Summary

Link to this section Callbacks

@callback get_keyboard() :: [String.t()]
@callback get_mouse_buttons() :: [boolean()]
@callback get_mouse_coords() :: {integer(), integer()}

Link to this section Functions