Mercurial > mm7
comparison Mouse.cpp @ 762:cf2fbac6edc9
Misc cleaning
author | Nomad |
---|---|
date | Sat, 23 Mar 2013 19:47:01 +0200 |
parents | 735dab8d3c9a |
children | 2a3fd4d89ec2 |
comparison
equal
deleted
inserted
replaced
759:b2468462a360 | 762:cf2fbac6edc9 |
---|---|
282 SetCursorBitmap("MICON3"); | 282 SetCursorBitmap("MICON3"); |
283 SetCursorBitmap("MICON2"); | 283 SetCursorBitmap("MICON2"); |
284 SetCursorBitmap("MICON1"); | 284 SetCursorBitmap("MICON1"); |
285 } | 285 } |
286 | 286 |
287 // inlined | |
288 //----- (0045FE00) mm6 chinese -------------------------------------------- | |
289 void Mouse::SetActive(bool active) | |
290 { | |
291 bActive = active; | |
292 } | |
293 | |
287 //----- (00469CC2) -------------------------------------------------------- | 294 //----- (00469CC2) -------------------------------------------------------- |
288 void Mouse::Deactivate() | 295 void Mouse::Deactivate() |
289 { | 296 { |
290 if (bInitialized) | 297 if (bInitialized) |
291 bActive = false; | 298 SetActive(false); |
292 } | 299 } |
293 | 300 |
294 //----- (00469CCD) -------------------------------------------------------- | 301 //----- (00469CCD) -------------------------------------------------------- |
295 void Mouse::DrawCursor() | 302 void Mouse::DrawCursor() |
296 { | 303 { |