fna-workbench

fna-workbench Commit Details


Date:2016-01-24 16:40:13 (9 years 7 months ago)
Author:Ethan Lee
Branch:master
Commit:52833ad83ba080943febce3a0796cd2065bd10f3
Parents: 62abf7a83638cccdbfe66421a490afa987f46b79
Message:Unused function

Changes:

File differences

src/SDL2/SDL2_FNAPlatform.cs
552552
553553
554554
555
556
557
558
559
560555
561556
562557
x2 =(ButtonState) ((flags & SDL.SDL_BUTTON_X2MASK) >> 4);
}
public static void SetMousePosition(IntPtr window, int x, int y)
{
SDL.SDL_WarpMouseInWindow(window, x, y);
}
public static void OnIsMouseVisibleChanged(bool visible)
{
SDL.SDL_ShowCursor(visible ? 1 : 0);

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.43230s using 13 queries.