The Battle for Wesnoth  1.19.0-dev
Namespaces | Functions
input.hpp File Reference

Contains functions for cleanly handling SDL input. More...

#include <cstdint>
Include dependency graph for input.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 sdl
 

Functions

uint32_t sdl::get_mouse_state (int *x, int *y)
 A wrapper for SDL_GetMouseState that gives coordinates in draw space. More...
 
uint32_t sdl::get_mouse_button_mask ()
 Returns the current mouse button mask. More...
 
point sdl::get_mouse_location ()
 Returns the current mouse location in draw space. More...
 
unsigned sdl::get_mods ()
 Returns a bitmask of active modifier keys (ctrl, shift, alt, gui). More...
 

Detailed Description

Contains functions for cleanly handling SDL input.

Definition in file input.hpp.