move gamma controlls to volume or F11/F12 in emu

Idea is to fee 5way presses for pan/zoom operations in future
This commit is contained in:
Dobrica Pavlinusic
2011-11-21 19:26:07 +01:00
parent 2d023d79c2
commit bdda25f284
2 changed files with 4 additions and 2 deletions

View File

@@ -229,9 +229,9 @@ function mainloop()
end
elseif ev.code == KEY_BACK then
return
elseif ev.code == KEY_FW_UP then
elseif ev.code == KEY_VPLUS then
modify_gamma( 1.25 )
elseif ev.code == KEY_FW_DOWN then
elseif ev.code == KEY_VMINUS then
modify_gamma( 0.8 )
elseif ev.code == KEY_A then
if shiftmode then