- Timestamp:
- 05/29/14 17:24:48 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gl/gl_window.cc
r245 r246 129 129 mevent.mmove.x = static_cast< uint16 >( mm.x ); 130 130 mevent.mmove.y = static_cast< uint16 >( mm.y ); 131 mevent.mmove.rx = static_cast< sint16 >( mm.xrel ); 132 mevent.mmove.ry = static_cast< sint16 >( mm.yrel ); 131 133 return true; 132 134 }
Note: See TracChangeset
for help on using the changeset viewer.