input_types.h 250 B

12345678910111213
  1. /*
  2. * Copyright (c) 2012-2014 Daniele Bartolini and individual contributors.
  3. * License: https://github.com/taylor001/crown/blob/master/LICENSE
  4. */
  5. #pragma once
  6. namespace crown
  7. {
  8. struct Keyboard;
  9. struct Mouse;
  10. struct Touch;
  11. } // namespace crown