Thread Rating:
  • 302 Vote(s) - 2.93 Average
  • 1
  • 2
  • 3
  • 4
  • 5
KeyPress.value は Keycode.value ではない?
11-28-2011, 08:47 PM,
#1
KeyPress.value は Keycode.value ではない?
KeyPress の値を比較しようとしても思い通りの比較ができていなかったのですが、
Keycode ではなく、 KepPressValue を使うことで正しく比較できました。

Code:
{frame.add-event-handler
        {on kp:KeyPress do
            {if kp.value == KeyPressValue.tab then
             {output "KeyPressValue.tab"}
            }
            {if kp.value == Keycode.tab.value then
                ||このif文には入らない
             {output "Keycode.tab.value"}
            }
        }
    }

Forum Jump:


Users browsing this thread:
1 Guest(s)

MyBB SQL Error

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1017 - Can't find file: 'mybb_threadviews' (errno: 2)
Query:
INSERT INTO mybb_threadviews (tid) VALUES('353')