flat assembler
Message board for the users of flat assembler.
Index
> Windows > user32.inc has missing VK equates |
Author |
|
Tomasz Grysztar 07 Aug 2006, 04:15
Since you can write just 'A' instead of VK_A, I felt such equates redundant.
|
|||
07 Aug 2006, 04:15 |
|
ChrisLeslie 07 Aug 2006, 04:37
That sounds reasonable. I must confess that I did not even notice that they were just the ASCII codes.
Chris |
|||
07 Aug 2006, 04:37 |
|
Garthower 07 Aug 2006, 10:17
You can take without problems to yourself constants from, for example, WINDOWS.INC from delivery MASM. If you do not have anything similar, I can send you a .INC-file on your email.
|
|||
07 Aug 2006, 10:17 |
|
Madis731 07 Aug 2006, 13:00
I thought I could get a list easily from the net, but I stumbled upon this:
http://www.delphirss.com/winapi.html#winapi65 - near end (the name#65 doesn't work :S ) Code: ... vk_Copy = $2C not used by keyboards } vk_Insert = $2D; vk_Delete = $2E; vk_Help = $2F; vk_A thru vk_Z are the same as their ASCII equivalents: 'A' thru 'Z' } vk_0 thru vk_9 are the same as their ASCII equivalents: '0' thru '9' } vk_NumPad0 = $60; vk_NumPad1 = $61; vk_NumPad2 = $62; vk_NumPad3 = $63; vk_NumPad4 = $64; ... |
|||
07 Aug 2006, 13:00 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.