mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-21 14:30:54 +08:00
This avoids the need to initialize these global variables on program startup (which is cheap but still not worth doing if they are not, perhaps, going to be ever used at all) and also allows to avoid repeating the same code for the 3 cursor types as we can just use the cursor type as an index instead.