Skip to content
Snippets Groups Projects
Commit b3c82354 authored by NikolaBabic's avatar NikolaBabic
Browse files

Tidied comment

parent 13cda93e
No related branches found
No related tags found
1 merge request!32Base system
This commit is part of merge request !32. Comments created here will be created in the context of that merge request.
......@@ -4,9 +4,7 @@ public enum Modifier {
NONE(0x0000),
ALT(0x0001),
CTRL(0x0002),
/**
* Prevents key holding triggering multiple hotkey messages.
*/
/** Prevents key holding triggering multiple hotkey messages. */
NOREPEAT(0x4000),
SHIFT(0x0004),
WIN(0x0008);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment