mirror of https://github.com/bsnes-emu/bsnes.git
9 lines
118 B
C++
9 lines
118 B
C++
|
namespace phoenix {
|
||
|
|
||
|
struct pMouse {
|
||
|
static Position position();
|
||
|
static bool pressed(Mouse::Button button);
|
||
|
};
|
||
|
|
||
|
}
|