aboutsummaryrefslogtreecommitdiff
path: root/backends/events/samsungtvsdl/samsungtvsdl-events.cpp
AgeCommit message (Collapse)Author
2014-04-29SAMSUNGTV: Use virtual keyboard event directly, rather than using keycode.D G Turner
As the virtual keyboard trigger has been moved to CTRL-F7, the previous code which generates a unmodified F7 event to do this will not work. Rather than just adding the CTRL modifier, this code changes the backend to directly generate the virtual keyboard trigger event directly. This avoids any future breakage if the key combination is changed again.
2014-02-18SAMSUNGTV: Make GPL headers consistent in themselves.Johannes Schickel
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-11-29BACKENDS: Include scummsys.h at top of all .cpp files, *before* any #ifdefsMax Horn
svn-id: r54573
2010-11-28SDL: Change refs to SdlEventManager to SdlEventSourceMax Horn
svn-id: r54544
2010-06-29Renamed Samsung TV SDL Event Manager class and file for constancy, and added ↵Alejandro Marzini
initialization for it on Samsung TV backend. svn-id: r50481