Changeset 2930
- Timestamp:
- Mar 28, 2012 8:06:20 AM (14 months ago)
- File:
-
- 1 edited
-
ofw/gui/mouse.fth (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ofw/gui/mouse.fth
r2920 r2930 204 204 ; 205 205 : mouse-event? ( -- false | x y buttons true ) 206 mouse-ih 0= if false exit then 206 207 " stream-poll?" mouse-ih $call-method 207 208 ; … … 230 231 ; 231 232 : touchscreen-event? ( -- false | x y buttons true ) 233 touchscreen-ih 0= if false exit then 232 234 " stream-poll?" touchscreen-ih $call-method 233 235 ;
Note: See TracChangeset
for help on using the changeset viewer.
