mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2024-12-23 04:25:34 +00:00
Double click support from SDL 2.0.2
This commit is contained in:
parent
2e719b0650
commit
6d0456c99e
|
@ -3200,8 +3200,8 @@ namespace SDL2
|
|||
public UInt32 which;
|
||||
public byte button; /* button id */
|
||||
public byte state; /* SDL_PRESSED or SDL_RELEASED */
|
||||
public byte clicks; /* 1 for single-click, 2 for double-click, etc. */
|
||||
private byte padding1;
|
||||
private byte padding2;
|
||||
public Int32 x;
|
||||
public Int32 y;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue