Mercurial > MadButterfly
comparison nodejs/mbapp.js @ 827:7eb5421a9864
exports the image loader
author | wycc |
---|---|
date | Wed, 15 Sep 2010 01:15:13 +0800 |
parents | 586e50f82c1f |
children | 13e0953c3fb3 bcc63b20d5c6 |
comparison
equal
deleted
inserted
replaced
826:94041f085797 | 827:7eb5421a9864 |
---|---|
89 exports.EVT_RDMAN_REDRAW=9; | 89 exports.EVT_RDMAN_REDRAW=9; |
90 exports.EVT_MONITOR_ADD=10; | 90 exports.EVT_MONITOR_ADD=10; |
91 exports.EVT_MONITOR_REMOVE=11; | 91 exports.EVT_MONITOR_REMOVE=11; |
92 exports.EVT_MONITOR_FREE=12; | 92 exports.EVT_MONITOR_FREE=12; |
93 exports.EVT_MOUSE_MOVE_RAW=13; | 93 exports.EVT_MOUSE_MOVE_RAW=13; |
94 exports.ldr = ldr; |