axmol/core/ui/UIWebView
Purple 22ecef1c77
just addressing some compiler warnings on windows (#1954)
* fixed UIWebViewImpl-win32 warning C4244 while changing LPWSTR to string

* use direct `socket_native_type`

* directly use HMENU instead of int

* not sure why it wasn't auto converted but msvc spitted warnings

* we're moving it, it doesn't need to be constant, using ntcvt::from_chars

* ignore it to reduce one more warning

* add some missing `noexcept`

* reverted some const removal didn't realize it was used for rvalues
2024-06-03 23:16:54 +08:00
..
UIWebView-inl.h Make macro same with cmake in c++ 2023-10-11 00:32:04 +08:00
UIWebView.cpp Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
UIWebView.h Prepare 2.1.0 release 2023-12-08 01:04:43 +08:00
UIWebView.mm Final migrate (#876) 2022-10-01 16:24:52 +08:00
UIWebViewImpl-android.cpp Prepare 2.1.0 release 2023-12-08 01:04:43 +08:00
UIWebViewImpl-android.h Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
UIWebViewImpl-ios.h Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
UIWebViewImpl-ios.mm Rename glview to correct representative name (#1467) 2023-12-01 09:04:51 +08:00
UIWebViewImpl-win32.cpp just addressing some compiler warnings on windows (#1954) 2024-06-03 23:16:54 +08:00
UIWebViewImpl-win32.h Make macro same with cmake in c++ 2023-10-11 00:32:04 +08:00