de.lessvoid.nifty
Interface NiftyInputConsumerNotify


public interface NiftyInputConsumerNotify

You can register an instance of this interface with Nifty and Nifty will notify you for every event it receives and if Nifty actually handled it. This is probably only useful for debugging purpose tho.

Author:
void

Method Summary
 void processedMouseEvent(int mouseX, int mouseY, int mouseWheel, int button, boolean buttonDown, boolean processed)
           
 void processKeyboardEvent(KeyboardInputEvent keyEvent, boolean processed)
           
 

Method Detail

processedMouseEvent

void processedMouseEvent(int mouseX,
                         int mouseY,
                         int mouseWheel,
                         int button,
                         boolean buttonDown,
                         boolean processed)

processKeyboardEvent

void processKeyboardEvent(KeyboardInputEvent keyEvent,
                          boolean processed)


Copyright © 2012. All Rights Reserved.