Poison-ui

A cross-platform desktop/mobile UI engine written in D using dsfml

View project on GitHub

Dub version

poison.core.eventargs.mouseeventargs

Source

Module for mouse event args handling.

Authors:

  Jacob Jensen

License:

  https://github.com/PoisonEngine/poison-ui/blob/master/LICENSE

public:



public class MouseEventArgs : ButtonEventArgs!MouseButton


        public:



Event args for mouse events.


public @property Point position();


Gets the current position of the mouse.


Generated by venom - Poison Engine's Documentation Generator