Wishlist/Rotary Dialer

From Openmoko

Revision as of 23:38, 17 September 2007 by Wisp (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

So, this is mainly a joke, but it would be an interesting dispay app for the capabilities of the touchscreen environment and is a departure from the standard 'mouse' behavior of most touchscreens.

Rotarydial.png

pseudo-code:

if((init - release - 1) <= 0){
 value = null;
}elseif((init - release - 1) == 10){
 value = 0;
}else{
 value = init - release - 1;
}

with these area values: (num) = positional value black type = display value

Personal tools

So, this is mainly a joke, but it would be an interesting dispay app for the capabilities of the touchscreen environment and is a departure from the standard 'mouse' behavior of most touchscreens.

Rotarydial.png

pseudo-code:

if((init - release - 1) <= 0){
 value = null;
}elseif((init - release - 1) == 10){
 value = 0;
}else{
 value = init - release - 1;
}

with these area values: (num) = positional value black type = display value