Moved mouse cursor loading/handling to Input class.

svn-id: r34206
This commit is contained in:
Nicola Mettifogo 2008-08-30 10:27:20 +00:00
parent 4e7205af36
commit 0a387bca12
11 changed files with 176 additions and 169 deletions

View file

@ -29,7 +29,7 @@
namespace Parallaction {
byte Parallaction_ns::_resMouseArrow[256] = {
byte Input::_resMouseArrow_NS[256] = {
0x12, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x13, 0x00, 0x00,
0x11, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x13, 0x00, 0x00, 0x00,
0x11, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x12, 0x13, 0x00, 0x00, 0x00, 0x00,