forked from len0rd/rockbox
Calculator: Enable absolute mode for touchscreens.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22131 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
16a6453842
commit
e18b8f3856
1 changed files with 4 additions and 0 deletions
|
|
@ -1654,6 +1654,10 @@ enum plugin_status plugin_start(const void* parameter)
|
||||||
|
|
||||||
/* now go ahead and have fun! */
|
/* now go ahead and have fun! */
|
||||||
|
|
||||||
|
#ifdef HAVE_TOUCHSCREEN
|
||||||
|
rb->touchscreen_set_mode(TOUCHSCREEN_POINT);
|
||||||
|
#endif
|
||||||
|
|
||||||
cal_initial();
|
cal_initial();
|
||||||
|
|
||||||
while (calStatus != cal_exit ) {
|
while (calStatus != cal_exit ) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue