The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

#ifndef PQMOUSEEV_H
#define PQMOUSEEV_H
/*
* QMouseEvent interface.
*
* Copyright (C) 1997, Ashley Winters <jql@accessone.com>
*
* You may distribute under the terms of the LGPL as specified in the
* README file
*/
#include <pqevent.h>
#include <qevent.h>
typedef const QMouseEvent CQMouseEvent;
#endif // PQMOUSEEV_H