Difference between revisions of "Mouse (Chili Framework)"

From Chilipedia
Jump to: navigation, search
(Created page with "With <code>Mouse</code>, you can get the current state of the mouse keys and the pointer position, and you can pop mouse events out of an <code>Event</code> queue contained in...")
(No difference)

Revision as of 12:52, 14 July 2016

With Mouse, you can get the current state of the mouse keys and the pointer position, and you can pop mouse events out of an Event queue contained in Mouse. You can also check whether the mouse is in the window client region. Whopee. (Note: lives in MainWindow's belly.)