My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
MouseButton  
MouseButton
Updated Aug 18, 2010 by gal.dol...@gmail.com

Introduction

This one is only valid for Mouse events: MouseUpEvent, MouseDownEvent. It filters the mouse button.

    @ViewHandler
    @MouseButton({MouseButtons.RIGHT})
    public void login$mouseDown(String username$value, String password$value) {
        tryLogin(username$value, password$value);
    }
Powered by Google Project Hosting