@@ -24,12 +24,12 @@ namespace gf {
2424 cursor_type_check<CursorType::Default, SDL_SYSTEM_CURSOR_DEFAULT>();
2525 cursor_type_check<CursorType::Text, SDL_SYSTEM_CURSOR_TEXT>();
2626 cursor_type_check<CursorType::Wait, SDL_SYSTEM_CURSOR_WAIT>();
27- cursor_type_check<CursorType::Cross , SDL_SYSTEM_CURSOR_CROSSHAIR>();
27+ cursor_type_check<CursorType::Crosshair , SDL_SYSTEM_CURSOR_CROSSHAIR>();
2828 cursor_type_check<CursorType::Progress, SDL_SYSTEM_CURSOR_PROGRESS>();
29- cursor_type_check<CursorType::SizeTopLeftBottomRight , SDL_SYSTEM_CURSOR_NWSE_RESIZE>();
30- cursor_type_check<CursorType::SizeBottomLeftTopRight , SDL_SYSTEM_CURSOR_NESW_RESIZE>();
31- cursor_type_check<CursorType::SizeHorizontal , SDL_SYSTEM_CURSOR_EW_RESIZE>();
32- cursor_type_check<CursorType::SizeVertical , SDL_SYSTEM_CURSOR_NS_RESIZE>();
29+ cursor_type_check<CursorType::NorthWestSouthEastResize , SDL_SYSTEM_CURSOR_NWSE_RESIZE>();
30+ cursor_type_check<CursorType::NorthEastSouthWestResize , SDL_SYSTEM_CURSOR_NESW_RESIZE>();
31+ cursor_type_check<CursorType::EastWestResize , SDL_SYSTEM_CURSOR_EW_RESIZE>();
32+ cursor_type_check<CursorType::NorthSouthResize , SDL_SYSTEM_CURSOR_NS_RESIZE>();
3333 cursor_type_check<CursorType::Move, SDL_SYSTEM_CURSOR_MOVE>();
3434 cursor_type_check<CursorType::Pointer, SDL_SYSTEM_CURSOR_POINTER>();
3535 cursor_type_check<CursorType::NotAllowed, SDL_SYSTEM_CURSOR_NOT_ALLOWED>();
0 commit comments