Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    8
    Views
    1,775

    [SOLVED] Re: How do I make keybindings?

    If you read the API doc you will see that all the VK_xxx variables are ints. IE they are all numbers.
    Hardcoding magic numbers in a program is NOT a good style. Using named variables makes the code...
  2. Replies
    8
    Views
    1,775

    [SOLVED] Re: How do I make keybindings?

    For the KeyEvent codes, see the KeyEvent class API doc. It defines the variable names for the code values.
Results 1 to 2 of 2