Skip to content

Commit 58a8557

Browse files
committed
casting hell
1 parent fba6191 commit 58a8557

File tree

18 files changed

+52
-44
lines changed

18 files changed

+52
-44
lines changed

ndll/Windows/lime-debug.ndll

3.62 MB
Binary file not shown.

ndll/Windows/lime-debug.ndll.hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
bd1f31d928e977ceb6673c7ab77c9668
1+
1a5d381ca5f27d46296683fd08240b2f

ndll/Windows/lime.ndll

995 KB
Binary file not shown.

ndll/Windows/lime.ndll.hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a4138eafd7b92befd4a01e95749caec1
1+
522d51f5e624e7557044d14248906b90

ndll/Windows64/lime-debug.ndll

4.98 MB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
730720f4812c729410a4ae4a906a915a
1+
1b2907bbb6231f626ab6ec1ad0eb2b28

ndll/Windows64/lime.ndll

1.37 MB
Binary file not shown.

ndll/Windows64/lime.ndll.hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
48f699b586407446fa8cbd7e3b4b26c3
1+
9d2b1d3e5c462358520277137b0bedd9

project/include/system/System.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ namespace lime {
3030
static void GCExitBlocking ();
3131
static void GCTryEnterBlocking ();
3232
static void GCTryExitBlocking ();
33-
static int GetTicks ();
3433
static bool GetAllowScreenTimeout ();
3534
static std::wstring* GetDeviceModel ();
3635
static std::wstring* GetDeviceVendor ();
@@ -46,6 +45,7 @@ namespace lime {
4645
static std::wstring* GetPlatformName ();
4746
static std::wstring* GetPlatformVersion ();
4847
static double GetTimer ();
48+
static double GetTimerNS();
4949
#if defined(HX_WINDOWS) && !defined (HX_WINRT)
5050
static int GetWindowsConsoleMode (int handleType);
5151
#endif
@@ -365,4 +365,4 @@ std::size_t _mbsrtowcs(wchar_t * ws, const char **src, std::size_t wn, std::mbst
365365
#endif
366366

367367

368-
#endif
368+
#endif

project/include/ui/GamepadEvent.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ namespace lime {
2828
int id;
2929
GamepadEventType type;
3030
double axisValue;
31-
int timestamp;
31+
uint64_t timestamp;
3232

3333
static ValuePointer* callback;
3434
static ValuePointer* eventObject;
@@ -43,4 +43,4 @@ namespace lime {
4343
}
4444

4545

46-
#endif
46+
#endif

0 commit comments

Comments
 (0)