Search:

Type: Posts; User: Zyrion

Search: Search took 0.12 seconds.

  1. Replies
    7
    Views
    1,330

    Re: Key bindings capture

    I believe I have found a re-usable solution. By creating a Java wrapper for the C++ class.

    JNI- Subclass a C++ class in Java using JNI

    I shall return with questions if I am having trouble...
  2. Replies
    7
    Views
    1,330

    Re: Key bindings capture

    At the moment, I am writing a C++ application that has successfully fired events from particular key bindings set to my game application. However, I am having trouble getting my java classes to...
  3. Replies
    7
    Views
    1,330

    Re: Key bindings capture

    My intentions are not to record the key strokes of a user maliciously (if that is what it seems like.) I was just giving an example. Let me clarify, I have a computer game application that runs...
  4. Replies
    7
    Views
    1,330

    Re: Key bindings capture

    I read the article about the key listener, particularly the event of 'The typing of a unicode character.' From what I have learned, a key listener event is fired from a component, when it is in...
  5. Replies
    7
    Views
    1,330

    Key bindings capture

    In my program, I am trying to capture a particular set of keys. In theory, I would like to set up a thread and buffer that will scan through the input send by the keyboard. When a match is made, it...
Results 1 to 5 of 5