~alan-griffiths/mir/test-ABI-bump-libmirserver

« back to all changes in this revision

Viewing changes to examples/server_example_input_filter.h

  • Committer: Tarmac
  • Author(s): Alan Griffiths
  • Date: 2015-02-18 13:04:42 UTC
  • mfrom: (2321.1.2 mir3)
  • Revision ID: tarmac-20150218130442-1au68tyq779fayx1
examples: Add an example input filter for screen rotation.

Approved by Kevin DuBois, Cemil Azizoglu, Alexandros Frantzis, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
{
32
32
auto make_printing_input_filter_for(mir::Server& server)
33
33
-> std::shared_ptr<input::EventFilter>;
 
34
 
 
35
auto make_screen_rotation_filter_for(mir::Server& server)
 
36
-> std::shared_ptr<input::EventFilter>;
34
37
}
35
38
}
36
39