Changeset 3500
- Timestamp:
- Dec 15, 2012 6:14:47 AM (5 months ago)
- File:
-
- 1 edited
-
cpu/x86/pc/olpc/via/mfgtest.fth (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cpu/x86/pc/olpc/via/mfgtest.fth
r2999 r3500 203 203 0 d# 30 do 204 204 i d# 10 mod 0= if (cr i d# 10 / .d then 205 mouse-event? dup if nip nip nip then ( moused? ) 205 touchscreen-event? dup if nip nip nip then ( touched? ) 206 mouse-event? dup if nip nip nip then or ( touched-or-moused? ) 206 207 key? or if ( ) 207 208 drop ( )
Note: See TracChangeset
for help on using the changeset viewer.
