/+junk/c_sdl_joypad_ducktape

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/c_sdl_joypad_ducktape

« back to all changes in this revision

Viewing changes to src/GameButton.h

  • Committer: Gustav Hartvigsson
  • Date: 2014-06-15 21:16:13 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20140615211613-39t3ux5wos87omj0
* Switched variable names to something more consistant
* added two more files

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
  bool is_hover;
30
30
  bool is_stop_hover;
31
31
  
32
 
  SDL_Color colour;
 
32
  SDL_Color color;
33
33
  
34
34
  BtnCallback clicked;
35
35
  void * clicked_data;