XGrabPointer doesn't seem to be doing what I want.

This commit is contained in:
Menotdan
2023-05-18 15:42:04 -04:00
parent 408d620b17
commit f5d3e30972
3 changed files with 32 additions and 8 deletions

View File

@@ -33,6 +33,11 @@ public:
/// <returns>The user home directory.</returns>
static const String& GetHomeDirectory();
/// <summary>
/// An event that is fired when an XEvent is recieved by Flax.
/// </summary>
static Delegate<void*> xEventRecieved;
public:
// [UnixPlatform]