Swap View/Copy, Menu/Paste functions?
|
08-17-2016, 12:04 PM
(This post was last modified: 08-17-2016 12:50 PM by Fortin.)
Post: #2
|
|||
|
|||
RE: Swap View/Copy, Menu/Paste functions?
I've solved a similar problem for a slightly different purpose, but my solution won't help your specific case. ISKEYDOWN() can help you determine if the press is physical or not. Also keeping a persistent local variable as a flag to indicate that the system is acting on the return from the previous user key call instead of an actual key press (even though the key may currently still be pressed) can help. If I recall correctly, the keycode+51 is the shifted key code (9+51).
|
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Swap View/Copy, Menu/Paste functions? - TravisE - 08-16-2016, 07:47 AM
RE: Swap View/Copy, Menu/Paste functions? - Fortin - 08-17-2016 12:04 PM
|
User(s) browsing this thread: 1 Guest(s)