Re: scancodes

2018-06-11 Thread Mike Bonner via use-livecode
state change. Click begun (mousedown) click completed (mouseup). So no, the scancodes shouldn't be different. (If you play with an arduino, the same applies there. Checking and changing pin states, setting a voltage high, or low, but the pin assignment remains the same, only its state changes

scancodes

2018-06-11 Thread Richmond Mathewson via use-livecode
So . . . messing around, as one does, I started to think about scancodes: that is to say, signals sent by USB devices (and others) when keys are pressed . . . The main reason for this is that if I have this sort of code in a LiveCode stack: on rawKeyDown RD put RD end rawKeyDown on rawKeyUp