Moved mouse cursor loading/handling to Input class.
svn-id: r34206
This commit is contained in:
parent
4e7205af36
commit
0a387bca12
11 changed files with 176 additions and 169 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue